Shades of Maya Blue #6EB2FE
Tints of Maya Blue #6EB2FE
RGB
CMYK
RGB Variations
Color information
#6EB2FE (or 0x6EB2FE) is known color: Maya Blue. HEX triplet: 6E, B2 and FE. RGB value is (110,178,254). Sum of RGB (Red+Green+Blue) = 110+178+254=542 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.30% from 542); Green value is 178 (69.92% from 255 or 32.84% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #6EB2FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6EB2FE is #914D01. Grayscale: #A5A5A5. Windows color (decimal): -9522434 or 16691822. OLE color: 16691822.
HSL color Cylindrical-coordinate representation of color #6EB2FE: hue angle of 211.67º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EB2FE is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 110 | 178 | 254 | - |
| CMYK | 0.57 | 0.30 | 0 | 0.00 |
| HSL | 211.67º | 0.99% | 0.71% | - |
| HSV(B) | 211.67º | 0.57% | 1% | - |
| XYZ | 40.24 | 42.31 | 99.81 | - |
| YUV | 166.33 | 177.47 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 178 | 254 | 0.57 | 0.30 | 0 | 0.00 | 211.67 | 0.99 | 0.71 |
| Hex | 6E | B2 | FE | 39 | 1E | 0 | 0 | D4 | 63 | 47 |
| Octal | 156 | 262 | 376 | 71 | 36 | 0 | 0 | 324 | 143 | 107 |
| Binary | 1101110 | 10110010 | 11111110 | 111001 | 11110 | 0 | 0 | 11010100 | 1100011 | 1000111 |
Color Harmonies of #6EB2FE
Complementary color
Monochromatic Colors of #6EB2FE
Black with #6EB2FE
Text Example
Text Example
White with #6EB2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EB2FE; }
p { color: rgb(110,178,254); }
H1.HeaderClassName
{
color: #6EB2FE;
}
.AnyTagClassName
{
color: #6EB2FE;
}
</style>
background-color css
<style>
a { background-color: #6EB2FE; }
a { background-color: rgb(110,178,254); }
div.DivClassName
{
background-color: #6EB2FE;
}
.BgClassName
{
background-color: #6EB2FE;
}
</style>
border-color css
<style>
span { border-color: #6EB2FE; }
span { border-color: rgb(110,178,254); }
td.TdClassName
{
border-color: #6EB2FE;
}
.TagClassName
{
border-color: #6EB2FE;
}
</style>