Shades of Maya Blue #6ECCFF
Tints of Maya Blue #6ECCFF
RGB
CMYK
RGB Variations
Color information
#6ECCFF (or 0x6ECCFF) is known color: Maya Blue. HEX triplet: 6E, CC and FF. RGB value is (110,204,255). Sum of RGB (Red+Green+Blue) = 110+204+255=569 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.33% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #6ECCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ECCFF is #913300. Grayscale: #B5B5B5. Windows color (decimal): -9515777 or 16764014. OLE color: 16764014.
HSL color Cylindrical-coordinate representation of color #6ECCFF: hue angle of 201.1º 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 #6ECCFF is Cyan = 0.57, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 204 | 255 | - |
| CMYK | 0.57 | 0.2 | 0 | 0 |
| HSL | 201.1º | 1% | 0.72% | - |
| HSV(B) | 201.1º | 0.57% | 1% | - |
| XYZ | 46.07 | 53.72 | 102.55 | - |
| YUV | 181.71 | 169.36 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 204 | 255 | 0.57 | 0.2 | 0 | 0 | 201.1 | 1 | 0.72 |
| Hex | 6E | CC | FF | 39 | 14 | 0 | 0 | C9 | 64 | 48 |
| Octal | 156 | 314 | 377 | 71 | 24 | 0 | 0 | 311 | 144 | 110 |
| Binary | 1101110 | 11001100 | 11111111 | 111001 | 10100 | 0 | 0 | 11001001 | 1100100 | 1001000 |
Color Harmonies of #6ECCFF
Complementary color
Monochromatic Colors of #6ECCFF
Black with #6ECCFF
Text Example
Text Example
White with #6ECCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECCFF; }
p { color: rgb(110,204,255); }
H1.HeaderClassName
{
color: #6ECCFF;
}
.AnyTagClassName
{
color: #6ECCFF;
}
</style>
background-color css
<style>
a { background-color: #6ECCFF; }
a { background-color: rgb(110,204,255); }
div.DivClassName
{
background-color: #6ECCFF;
}
.BgClassName
{
background-color: #6ECCFF;
}
</style>
border-color css
<style>
span { border-color: #6ECCFF; }
span { border-color: rgb(110,204,255); }
td.TdClassName
{
border-color: #6ECCFF;
}
.TagClassName
{
border-color: #6ECCFF;
}
</style>