Shades of Maya Blue #6EC6EC
Tints of Maya Blue #6EC6EC
RGB
CMYK
RGB Variations
Color information
#6EC6EC (or 0x6EC6EC) is known color: Maya Blue. HEX triplet: 6E, C6 and EC. RGB value is (110,198,236). Sum of RGB (Red+Green+Blue) = 110+198+236=544 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.22% from 544); Green value is 198 (77.73% from 255 or 36.40% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #6EC6EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EC6EC is #913913. Grayscale: #AFAFAF. Windows color (decimal): -9517332 or 15517294. OLE color: 15517294.
HSL color Cylindrical-coordinate representation of color #6EC6EC: hue angle of 198.1º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EC6EC is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 198 | 236 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.07 |
| HSL | 198.1º | 0.77% | 0.68% | - |
| HSV(B) | 198.1º | 0.53% | 0.93% | - |
| XYZ | 41.76 | 49.76 | 86.76 | - |
| YUV | 176.02 | 161.85 | 80.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 198 | 236 | 0.53 | 0.16 | 0 | 0.07 | 198.1 | 0.77 | 0.68 |
| Hex | 6E | C6 | EC | 35 | 10 | 0 | 7 | C6 | 4D | 44 |
| Octal | 156 | 306 | 354 | 65 | 20 | 0 | 7 | 306 | 115 | 104 |
| Binary | 1101110 | 11000110 | 11101100 | 110101 | 10000 | 0 | 111 | 11000110 | 1001101 | 1000100 |
Color Harmonies of #6EC6EC
Complementary color
Monochromatic Colors of #6EC6EC
Black with #6EC6EC
Text Example
Text Example
White with #6EC6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC6EC; }
p { color: rgb(110,198,236); }
H1.HeaderClassName
{
color: #6EC6EC;
}
.AnyTagClassName
{
color: #6EC6EC;
}
</style>
background-color css
<style>
a { background-color: #6EC6EC; }
a { background-color: rgb(110,198,236); }
div.DivClassName
{
background-color: #6EC6EC;
}
.BgClassName
{
background-color: #6EC6EC;
}
</style>
border-color css
<style>
span { border-color: #6EC6EC; }
span { border-color: rgb(110,198,236); }
td.TdClassName
{
border-color: #6EC6EC;
}
.TagClassName
{
border-color: #6EC6EC;
}
</style>