Shades of Maya Blue #6EC0EE
Tints of Maya Blue #6EC0EE
RGB
CMYK
RGB Variations
Color information
#6EC0EE (or 0x6EC0EE) is known color: Maya Blue. HEX triplet: 6E, C0 and EE. RGB value is (110,192,238). Sum of RGB (Red+Green+Blue) = 110+192+238=540 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.37% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 238 (93.36% from 255 or 44.07% from 540); Max value from RGB is 238 - color contains mainly: blue. Hex color #6EC0EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EC0EE is #913F11. Grayscale: #ACACAC. Windows color (decimal): -9518866 or 15646830. OLE color: 15646830.
HSL color Cylindrical-coordinate representation of color #6EC0EE: hue angle of 201.56º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EC0EE is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 192 | 238 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.07 |
| HSL | 201.56º | 0.79% | 0.68% | - |
| HSV(B) | 201.56º | 0.54% | 0.93% | - |
| XYZ | 40.71 | 47.19 | 87.85 | - |
| YUV | 172.73 | 164.83 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 192 | 238 | 0.54 | 0.19 | 0 | 0.07 | 201.56 | 0.79 | 0.68 |
| Hex | 6E | C0 | EE | 36 | 13 | 0 | 7 | CA | 4F | 44 |
| Octal | 156 | 300 | 356 | 66 | 23 | 0 | 7 | 312 | 117 | 104 |
| Binary | 1101110 | 11000000 | 11101110 | 110110 | 10011 | 0 | 111 | 11001010 | 1001111 | 1000100 |
Color Harmonies of #6EC0EE
Complementary color
Monochromatic Colors of #6EC0EE
Black with #6EC0EE
Text Example
Text Example
White with #6EC0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC0EE; }
p { color: rgb(110,192,238); }
H1.HeaderClassName
{
color: #6EC0EE;
}
.AnyTagClassName
{
color: #6EC0EE;
}
</style>
background-color css
<style>
a { background-color: #6EC0EE; }
a { background-color: rgb(110,192,238); }
div.DivClassName
{
background-color: #6EC0EE;
}
.BgClassName
{
background-color: #6EC0EE;
}
</style>
border-color css
<style>
span { border-color: #6EC0EE; }
span { border-color: rgb(110,192,238); }
td.TdClassName
{
border-color: #6EC0EE;
}
.TagClassName
{
border-color: #6EC0EE;
}
</style>