Shades of Maya Blue #6EC4FF
Tints of Maya Blue #6EC4FF
RGB
CMYK
RGB Variations
Color information
#6EC4FF (or 0x6EC4FF) is known color: Maya Blue. HEX triplet: 6E, C4 and FF. RGB value is (110,196,255). Sum of RGB (Red+Green+Blue) = 110+196+255=561 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.61% from 561); Green value is 196 (76.95% from 255 or 34.94% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #6EC4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EC4FF is #913B00. Grayscale: #B0B0B0. Windows color (decimal): -9517825 or 16761966. OLE color: 16761966.
HSL color Cylindrical-coordinate representation of color #6EC4FF: hue angle of 204.41º 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 #6EC4FF is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 196 | 255 | - |
| CMYK | 0.57 | 0.23 | 0 | 0 |
| HSL | 204.41º | 1% | 0.72% | - |
| HSV(B) | 204.41º | 0.57% | 1% | - |
| XYZ | 44.22 | 50.01 | 101.93 | - |
| YUV | 177.01 | 172.01 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 196 | 255 | 0.57 | 0.23 | 0 | 0 | 204.41 | 1 | 0.72 |
| Hex | 6E | C4 | FF | 39 | 17 | 0 | 0 | CC | 64 | 48 |
| Octal | 156 | 304 | 377 | 71 | 27 | 0 | 0 | 314 | 144 | 110 |
| Binary | 1101110 | 11000100 | 11111111 | 111001 | 10111 | 0 | 0 | 11001100 | 1100100 | 1001000 |
Color Harmonies of #6EC4FF
Complementary color
Monochromatic Colors of #6EC4FF
Black with #6EC4FF
Text Example
Text Example
White with #6EC4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC4FF; }
p { color: rgb(110,196,255); }
H1.HeaderClassName
{
color: #6EC4FF;
}
.AnyTagClassName
{
color: #6EC4FF;
}
</style>
background-color css
<style>
a { background-color: #6EC4FF; }
a { background-color: rgb(110,196,255); }
div.DivClassName
{
background-color: #6EC4FF;
}
.BgClassName
{
background-color: #6EC4FF;
}
</style>
border-color css
<style>
span { border-color: #6EC4FF; }
span { border-color: rgb(110,196,255); }
td.TdClassName
{
border-color: #6EC4FF;
}
.TagClassName
{
border-color: #6EC4FF;
}
</style>