Shades of Maya Blue #6EC0FF
Tints of Maya Blue #6EC0FF
RGB
CMYK
RGB Variations
Color information
#6EC0FF (or 0x6EC0FF) is known color: Maya Blue. HEX triplet: 6E, C0 and FF. RGB value is (110,192,255). Sum of RGB (Red+Green+Blue) = 110+192+255=557 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.75% from 557); Green value is 192 (75.39% from 255 or 34.47% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #6EC0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6EC0FF is #913F00. Grayscale: #AEAEAE. Windows color (decimal): -9518849 or 16760942. OLE color: 16760942.
HSL color Cylindrical-coordinate representation of color #6EC0FF: hue angle of 206.07º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EC0FF is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 110 | 192 | 255 | - |
| CMYK | 0.57 | 0.25 | 0 | 0 |
| HSL | 206.07º | 1% | 0.72% | - |
| HSV(B) | 206.07º | 0.57% | 1% | - |
| XYZ | 43.33 | 48.23 | 101.63 | - |
| YUV | 174.66 | 173.33 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 192 | 255 | 0.57 | 0.25 | 0 | 0 | 206.07 | 1 | 0.72 |
| Hex | 6E | C0 | FF | 39 | 19 | 0 | 0 | CE | 64 | 48 |
| Octal | 156 | 300 | 377 | 71 | 31 | 0 | 0 | 316 | 144 | 110 |
| Binary | 1101110 | 11000000 | 11111111 | 111001 | 11001 | 0 | 0 | 11001110 | 1100100 | 1001000 |
Color Harmonies of #6EC0FF
Complementary color
Monochromatic Colors of #6EC0FF
Black with #6EC0FF
Text Example
Text Example
White with #6EC0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC0FF; }
p { color: rgb(110,192,255); }
H1.HeaderClassName
{
color: #6EC0FF;
}
.AnyTagClassName
{
color: #6EC0FF;
}
</style>
background-color css
<style>
a { background-color: #6EC0FF; }
a { background-color: rgb(110,192,255); }
div.DivClassName
{
background-color: #6EC0FF;
}
.BgClassName
{
background-color: #6EC0FF;
}
</style>
border-color css
<style>
span { border-color: #6EC0FF; }
span { border-color: rgb(110,192,255); }
td.TdClassName
{
border-color: #6EC0FF;
}
.TagClassName
{
border-color: #6EC0FF;
}
</style>