Shades of Maya Blue #6EC8EB
Tints of Maya Blue #6EC8EB
RGB
CMYK
RGB Variations
Color information
#6EC8EB (or 0x6EC8EB) is known color: Maya Blue. HEX triplet: 6E, C8 and EB. RGB value is (110,200,235). Sum of RGB (Red+Green+Blue) = 110+200+235=545 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.18% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #6EC8EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EC8EB is #913714. Grayscale: #B0B0B0. Windows color (decimal): -9516821 or 15452270. OLE color: 15452270.
HSL color Cylindrical-coordinate representation of color #6EC8EB: hue angle of 196.8º 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 #6EC8EB is Cyan = 0.53, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 110 | 200 | 235 | - |
| CMYK | 0.53 | 0.15 | 0 | 0.08 |
| HSL | 196.8º | 0.76% | 0.68% | - |
| HSV(B) | 196.8º | 0.53% | 0.92% | - |
| XYZ | 42.08 | 50.62 | 86.15 | - |
| YUV | 177.08 | 160.68 | 80.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 200 | 235 | 0.53 | 0.15 | 0 | 0.08 | 196.8 | 0.76 | 0.68 |
| Hex | 6E | C8 | EB | 35 | F | 0 | 8 | C5 | 4C | 44 |
| Octal | 156 | 310 | 353 | 65 | 17 | 0 | 10 | 305 | 114 | 104 |
| Binary | 1101110 | 11001000 | 11101011 | 110101 | 1111 | 0 | 1000 | 11000101 | 1001100 | 1000100 |
Color Harmonies of #6EC8EB
Complementary color
Monochromatic Colors of #6EC8EB
Black with #6EC8EB
Text Example
Text Example
White with #6EC8EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC8EB; }
p { color: rgb(110,200,235); }
H1.HeaderClassName
{
color: #6EC8EB;
}
.AnyTagClassName
{
color: #6EC8EB;
}
</style>
background-color css
<style>
a { background-color: #6EC8EB; }
a { background-color: rgb(110,200,235); }
div.DivClassName
{
background-color: #6EC8EB;
}
.BgClassName
{
background-color: #6EC8EB;
}
</style>
border-color css
<style>
span { border-color: #6EC8EB; }
span { border-color: rgb(110,200,235); }
td.TdClassName
{
border-color: #6EC8EB;
}
.TagClassName
{
border-color: #6EC8EB;
}
</style>