Shades of Maya Blue #6EC5FF
Tints of Maya Blue #6EC5FF
RGB
CMYK
RGB Variations
Color information
#6EC5FF (or 0x6EC5FF) is known color: Maya Blue. HEX triplet: 6E, C5 and FF. RGB value is (110,197,255). Sum of RGB (Red+Green+Blue) = 110+197+255=562 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.57% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 255 (100% from 255 or 45.37% from 562); Max value from RGB is 255 - color contains mainly: blue. Hex color #6EC5FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EC5FF is #913A00. Grayscale: #B1B1B1. Windows color (decimal): -9517569 or 16762222. OLE color: 16762222.
HSL color Cylindrical-coordinate representation of color #6EC5FF: hue angle of 204º 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 #6EC5FF is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 197 | 255 | - |
| CMYK | 0.57 | 0.23 | 0 | 0 |
| HSL | 204º | 1% | 0.72% | - |
| HSV(B) | 204º | 0.57% | 1% | - |
| XYZ | 44.45 | 50.47 | 102.01 | - |
| YUV | 177.6 | 171.68 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 197 | 255 | 0.57 | 0.23 | 0 | 0 | 204 | 1 | 0.72 |
| Hex | 6E | C5 | FF | 39 | 17 | 0 | 0 | CC | 64 | 48 |
| Octal | 156 | 305 | 377 | 71 | 27 | 0 | 0 | 314 | 144 | 110 |
| Binary | 1101110 | 11000101 | 11111111 | 111001 | 10111 | 0 | 0 | 11001100 | 1100100 | 1001000 |
Color Harmonies of #6EC5FF
Complementary color
Monochromatic Colors of #6EC5FF
Black with #6EC5FF
Text Example
Text Example
White with #6EC5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC5FF; }
p { color: rgb(110,197,255); }
H1.HeaderClassName
{
color: #6EC5FF;
}
.AnyTagClassName
{
color: #6EC5FF;
}
</style>
background-color css
<style>
a { background-color: #6EC5FF; }
a { background-color: rgb(110,197,255); }
div.DivClassName
{
background-color: #6EC5FF;
}
.BgClassName
{
background-color: #6EC5FF;
}
</style>
border-color css
<style>
span { border-color: #6EC5FF; }
span { border-color: rgb(110,197,255); }
td.TdClassName
{
border-color: #6EC5FF;
}
.TagClassName
{
border-color: #6EC5FF;
}
</style>