#6DAEFA

Color #6DAEFA Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #6DAEFA

Tints of Maya Blue #6DAEFA

Color information

#6DAEFA (or 0x6DAEFA) is unknown color: approx Maya Blue. HEX triplet: 6D, AE and FA. RGB value is (109,174,250). Sum of RGB (Red+Green+Blue) = 109+174+250=533 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.45% from 533); Green value is 174 (68.36% from 255 or 32.65% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #6DAEFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6DAEFA is #925105. Grayscale: #A2A2A2. Windows color (decimal): -9588998 or 16428653. OLE color: 16428653.

HSL color Cylindrical-coordinate representation of color #6DAEFA: hue angle of 212.34º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DAEFA is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB109174250-
CMYK0.560.3000.02
HSL212.34º93.38%70.39%-
HSV(B)212.34º56.4%98.04%-
XYZ38.740.4396.21-
YUV163.23176.9789.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 109 (42.97% from 255) = 20.45%
GREEN value IS 174 (68.36% from 255) = 32.65%
BLUE value IS 250 (98.05% from 255) = 46.90%
R=20.45%
G=32.65%
B=46.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1091742500.560.3000.02212.3493.3870.39
Hex6DAEFA381E02d45d46
Octal155256372703602324135106
Binary11011011010111011111010111000111100101101010010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6DAEFA; }

 p { color: rgb(109,174,250); }

 H1.HeaderClassName
 {
   color: #6DAEFA;
 }
 .AnyTagClassName
 {
   color: #6DAEFA;
 }
</style>
background-color css

<style>
 a { background-color: #6DAEFA; }

 a { background-color: rgb(109,174,250); }

 div.DivClassName
 {
   background-color: #6DAEFA;
 }
 .BgClassName
 {
   background-color: #6DAEFA;
 }
</style>
border-color css

<style>
 span { border-color: #6DAEFA; }

 span { border-color: rgb(109,174,250); }

 td.TdClassName
 {
   border-color: #6DAEFA;
 }
 .TagClassName
 {
   border-color: #6DAEFA;
 }
</style>