Shades of Maya Blue #6ECCF0
Tints of Maya Blue #6ECCF0
RGB
CMYK
RGB Variations
Color information
#6ECCF0 (or 0x6ECCF0) is known color: Maya Blue. HEX triplet: 6E, CC and F0. RGB value is (110,204,240). Sum of RGB (Red+Green+Blue) = 110+204+240=554 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.86% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 240 (94.14% from 255 or 43.32% from 554); Max value from RGB is 240 - color contains mainly: blue. Hex color #6ECCF0 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ECCF0 is #91330F. Grayscale: #B3B3B3. Windows color (decimal): -9515792 or 15780974. OLE color: 15780974.
HSL color Cylindrical-coordinate representation of color #6ECCF0: hue angle of 196.62º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6ECCF0 is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 110 | 204 | 240 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.06 |
| HSL | 196.62º | 0.81% | 0.69% | - |
| HSV(B) | 196.62º | 0.54% | 0.94% | - |
| XYZ | 43.75 | 52.79 | 90.32 | - |
| YUV | 180 | 161.86 | 78.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 204 | 240 | 0.54 | 0.15 | 0 | 0.06 | 196.62 | 0.81 | 0.69 |
| Hex | 6E | CC | F0 | 36 | F | 0 | 6 | C5 | 51 | 45 |
| Octal | 156 | 314 | 360 | 66 | 17 | 0 | 6 | 305 | 121 | 105 |
| Binary | 1101110 | 11001100 | 11110000 | 110110 | 1111 | 0 | 110 | 11000101 | 1010001 | 1000101 |
Color Harmonies of #6ECCF0
Complementary color
Monochromatic Colors of #6ECCF0
Black with #6ECCF0
Text Example
Text Example
White with #6ECCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECCF0; }
p { color: rgb(110,204,240); }
H1.HeaderClassName
{
color: #6ECCF0;
}
.AnyTagClassName
{
color: #6ECCF0;
}
</style>
background-color css
<style>
a { background-color: #6ECCF0; }
a { background-color: rgb(110,204,240); }
div.DivClassName
{
background-color: #6ECCF0;
}
.BgClassName
{
background-color: #6ECCF0;
}
</style>
border-color css
<style>
span { border-color: #6ECCF0; }
span { border-color: rgb(110,204,240); }
td.TdClassName
{
border-color: #6ECCF0;
}
.TagClassName
{
border-color: #6ECCF0;
}
</style>