Shades of Maya Blue #6ECEFF
Tints of Maya Blue #6ECEFF
RGB
CMYK
RGB Variations
Color information
#6ECEFF (or 0x6ECEFF) is known color: Maya Blue. HEX triplet: 6E, CE and FF. RGB value is (110,206,255). Sum of RGB (Red+Green+Blue) = 110+206+255=571 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.26% from 571); Green value is 206 (80.86% from 255 or 36.08% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #6ECEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ECEFF is #913100. Grayscale: #B6B6B6. Windows color (decimal): -9515265 or 16764526. OLE color: 16764526.
HSL color Cylindrical-coordinate representation of color #6ECEFF: hue angle of 200.28º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6ECEFF is Cyan = 0.57, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 206 | 255 | - |
| CMYK | 0.57 | 0.19 | 0 | 0 |
| HSL | 200.28º | 1% | 0.72% | - |
| HSV(B) | 200.28º | 0.57% | 1% | - |
| XYZ | 46.55 | 54.68 | 102.71 | - |
| YUV | 182.88 | 168.7 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 206 | 255 | 0.57 | 0.19 | 0 | 0 | 200.28 | 1 | 0.72 |
| Hex | 6E | CE | FF | 39 | 13 | 0 | 0 | C8 | 64 | 48 |
| Octal | 156 | 316 | 377 | 71 | 23 | 0 | 0 | 310 | 144 | 110 |
| Binary | 1101110 | 11001110 | 11111111 | 111001 | 10011 | 0 | 0 | 11001000 | 1100100 | 1001000 |
Color Harmonies of #6ECEFF
Complementary color
Monochromatic Colors of #6ECEFF
Black with #6ECEFF
Text Example
Text Example
White with #6ECEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECEFF; }
p { color: rgb(110,206,255); }
H1.HeaderClassName
{
color: #6ECEFF;
}
.AnyTagClassName
{
color: #6ECEFF;
}
</style>
background-color css
<style>
a { background-color: #6ECEFF; }
a { background-color: rgb(110,206,255); }
div.DivClassName
{
background-color: #6ECEFF;
}
.BgClassName
{
background-color: #6ECEFF;
}
</style>
border-color css
<style>
span { border-color: #6ECEFF; }
span { border-color: rgb(110,206,255); }
td.TdClassName
{
border-color: #6ECEFF;
}
.TagClassName
{
border-color: #6ECEFF;
}
</style>