Shades of Maya Blue #6EC7EC
Tints of Maya Blue #6EC7EC
RGB
CMYK
RGB Variations
Color information
#6EC7EC (or 0x6EC7EC) is known color: Maya Blue. HEX triplet: 6E, C7 and EC. RGB value is (110,199,236). Sum of RGB (Red+Green+Blue) = 110+199+236=545 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.18% from 545); Green value is 199 (78.12% from 255 or 36.51% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #6EC7EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EC7EC is #913813. Grayscale: #B0B0B0. Windows color (decimal): -9517076 or 15517550. OLE color: 15517550.
HSL color Cylindrical-coordinate representation of color #6EC7EC: hue angle of 197.62º 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 #6EC7EC is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 110 | 199 | 236 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.07 |
| HSL | 197.62º | 0.77% | 0.68% | - |
| HSV(B) | 197.62º | 0.53% | 0.93% | - |
| XYZ | 41.99 | 50.22 | 86.84 | - |
| YUV | 176.61 | 161.51 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 199 | 236 | 0.53 | 0.16 | 0 | 0.07 | 197.62 | 0.77 | 0.68 |
| Hex | 6E | C7 | EC | 35 | 10 | 0 | 7 | C6 | 4D | 44 |
| Octal | 156 | 307 | 354 | 65 | 20 | 0 | 7 | 306 | 115 | 104 |
| Binary | 1101110 | 11000111 | 11101100 | 110101 | 10000 | 0 | 111 | 11000110 | 1001101 | 1000100 |
Color Harmonies of #6EC7EC
Complementary color
Monochromatic Colors of #6EC7EC
Black with #6EC7EC
Text Example
Text Example
White with #6EC7EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC7EC; }
p { color: rgb(110,199,236); }
H1.HeaderClassName
{
color: #6EC7EC;
}
.AnyTagClassName
{
color: #6EC7EC;
}
</style>
background-color css
<style>
a { background-color: #6EC7EC; }
a { background-color: rgb(110,199,236); }
div.DivClassName
{
background-color: #6EC7EC;
}
.BgClassName
{
background-color: #6EC7EC;
}
</style>
border-color css
<style>
span { border-color: #6EC7EC; }
span { border-color: rgb(110,199,236); }
td.TdClassName
{
border-color: #6EC7EC;
}
.TagClassName
{
border-color: #6EC7EC;
}
</style>