Shades of Maya Blue #6EC7FF
Tints of Maya Blue #6EC7FF
RGB
CMYK
RGB Variations
Color information
#6EC7FF (or 0x6EC7FF) is known color: Maya Blue. HEX triplet: 6E, C7 and FF. RGB value is (110,199,255). Sum of RGB (Red+Green+Blue) = 110+199+255=564 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.50% from 564); Green value is 199 (78.12% from 255 or 35.28% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #6EC7FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EC7FF is #913800. Grayscale: #B2B2B2. Windows color (decimal): -9517057 or 16762734. OLE color: 16762734.
HSL color Cylindrical-coordinate representation of color #6EC7FF: hue angle of 203.17º 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 #6EC7FF is Cyan = 0.57, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 110 | 199 | 255 | - |
CMYK | 0.57 | 0.22 | 0 | 0 |
HSL | 203.17º | 1% | 0.72% | - |
HSV(B) | 203.17º | 0.57% | 1% | - |
XYZ | 44.9 | 51.38 | 102.16 | - |
YUV | 178.77 | 171.01 | 78.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 110 | 199 | 255 | 0.57 | 0.22 | 0 | 0 | 203.17 | 1 | 0.72 |
Hex | 6E | C7 | FF | 39 | 16 | 0 | 0 | CB | 64 | 48 |
Octal | 156 | 307 | 377 | 71 | 26 | 0 | 0 | 313 | 144 | 110 |
Binary | 1101110 | 11000111 | 11111111 | 111001 | 10110 | 0 | 0 | 11001011 | 1100100 | 1001000 |
Color Harmonies of #6EC7FF
Complementary color
Monochromatic Colors of #6EC7FF
Black with #6EC7FF
Text Example
Text Example
White with #6EC7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC7FF; }
p { color: rgb(110,199,255); }
H1.HeaderClassName
{
color: #6EC7FF;
}
.AnyTagClassName
{
color: #6EC7FF;
}
</style>
background-color css
<style>
a { background-color: #6EC7FF; }
a { background-color: rgb(110,199,255); }
div.DivClassName
{
background-color: #6EC7FF;
}
.BgClassName
{
background-color: #6EC7FF;
}
</style>
border-color css
<style>
span { border-color: #6EC7FF; }
span { border-color: rgb(110,199,255); }
td.TdClassName
{
border-color: #6EC7FF;
}
.TagClassName
{
border-color: #6EC7FF;
}
</style>