Shades of Maya Blue #6EC7EB
Tints of Maya Blue #6EC7EB
RGB
CMYK
RGB Variations
Color information
#6EC7EB (or 0x6EC7EB) is known color: Maya Blue. HEX triplet: 6E, C7 and EB. RGB value is (110,199,235). Sum of RGB (Red+Green+Blue) = 110+199+235=544 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.22% from 544); Green value is 199 (78.12% from 255 or 36.58% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 235 - color contains mainly: blue. Hex color #6EC7EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EC7EB is #913814. Grayscale: #B0B0B0. Windows color (decimal): -9517077 or 15452014. OLE color: 15452014.
HSL color Cylindrical-coordinate representation of color #6EC7EB: hue angle of 197.28º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EC7EB is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 199 | 235 | - |
| CMYK | 0.53 | 0.15 | 0 | 0.08 |
| HSL | 197.28º | 0.76% | 0.68% | - |
| HSV(B) | 197.28º | 0.53% | 0.92% | - |
| XYZ | 41.85 | 50.16 | 86.07 | - |
| YUV | 176.49 | 161.01 | 80.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 199 | 235 | 0.53 | 0.15 | 0 | 0.08 | 197.28 | 0.76 | 0.68 |
| Hex | 6E | C7 | EB | 35 | F | 0 | 8 | C5 | 4C | 44 |
| Octal | 156 | 307 | 353 | 65 | 17 | 0 | 10 | 305 | 114 | 104 |
| Binary | 1101110 | 11000111 | 11101011 | 110101 | 1111 | 0 | 1000 | 11000101 | 1001100 | 1000100 |
Color Harmonies of #6EC7EB
Complementary color
Monochromatic Colors of #6EC7EB
Black with #6EC7EB
Text Example
Text Example
White with #6EC7EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC7EB; }
p { color: rgb(110,199,235); }
H1.HeaderClassName
{
color: #6EC7EB;
}
.AnyTagClassName
{
color: #6EC7EB;
}
</style>
background-color css
<style>
a { background-color: #6EC7EB; }
a { background-color: rgb(110,199,235); }
div.DivClassName
{
background-color: #6EC7EB;
}
.BgClassName
{
background-color: #6EC7EB;
}
</style>
border-color css
<style>
span { border-color: #6EC7EB; }
span { border-color: rgb(110,199,235); }
td.TdClassName
{
border-color: #6EC7EB;
}
.TagClassName
{
border-color: #6EC7EB;
}
</style>