Shades of Maya Blue #6ECCF4
Tints of Maya Blue #6ECCF4
RGB
CMYK
RGB Variations
Color information
#6ECCF4 (or 0x6ECCF4) is known color: Maya Blue. HEX triplet: 6E, CC and F4. RGB value is (110,204,244). Sum of RGB (Red+Green+Blue) = 110+204+244=558 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.71% from 558); Green value is 204 (80.08% from 255 or 36.56% from 558); Blue value is 244 (95.70% from 255 or 43.73% from 558); Max value from RGB is 244 - color contains mainly: blue. Hex color #6ECCF4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #6ECCF4 is #91330B. Grayscale: #B4B4B4. Windows color (decimal): -9515788 or 16043118. OLE color: 16043118.
HSL color Cylindrical-coordinate representation of color #6ECCF4: hue angle of 197.91º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6ECCF4 is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 110 | 204 | 244 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.04 |
| HSL | 197.91º | 0.86% | 0.69% | - |
| HSV(B) | 197.91º | 0.55% | 0.96% | - |
| XYZ | 44.35 | 53.03 | 93.49 | - |
| YUV | 180.45 | 163.86 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 204 | 244 | 0.55 | 0.16 | 0 | 0.04 | 197.91 | 0.86 | 0.69 |
| Hex | 6E | CC | F4 | 37 | 10 | 0 | 4 | C6 | 56 | 45 |
| Octal | 156 | 314 | 364 | 67 | 20 | 0 | 4 | 306 | 126 | 105 |
| Binary | 1101110 | 11001100 | 11110100 | 110111 | 10000 | 0 | 100 | 11000110 | 1010110 | 1000101 |
Color Harmonies of #6ECCF4
Complementary color
Monochromatic Colors of #6ECCF4
Black with #6ECCF4
Text Example
Text Example
White with #6ECCF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECCF4; }
p { color: rgb(110,204,244); }
H1.HeaderClassName
{
color: #6ECCF4;
}
.AnyTagClassName
{
color: #6ECCF4;
}
</style>
background-color css
<style>
a { background-color: #6ECCF4; }
a { background-color: rgb(110,204,244); }
div.DivClassName
{
background-color: #6ECCF4;
}
.BgClassName
{
background-color: #6ECCF4;
}
</style>
border-color css
<style>
span { border-color: #6ECCF4; }
span { border-color: rgb(110,204,244); }
td.TdClassName
{
border-color: #6ECCF4;
}
.TagClassName
{
border-color: #6ECCF4;
}
</style>