Shades of Spray #6ECCDC
Tints of Spray #6ECCDC
RGB
CMYK
RGB Variations
Color information
#6ECCDC (or 0x6ECCDC) is known color: Spray. HEX triplet: 6E, CC and DC. RGB value is (110,204,220). Sum of RGB (Red+Green+Blue) = 110+204+220=534 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.60% from 534); Green value is 204 (80.08% from 255 or 38.20% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #6ECCDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECCDC is #913323. Grayscale: #B1B1B1. Windows color (decimal): -9515812 or 14470254. OLE color: 14470254.
HSL color Cylindrical-coordinate representation of color #6ECCDC: hue angle of 188.73º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6ECCDC is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 204 | 220 | - |
| CMYK | 0.50 | 0.07 | 0 | 0.14 |
| HSL | 188.73º | 0.61% | 0.65% | - |
| HSV(B) | 188.73º | 0.5% | 0.86% | - |
| XYZ | 40.94 | 51.67 | 75.53 | - |
| YUV | 177.72 | 151.86 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 204 | 220 | 0.50 | 0.07 | 0 | 0.14 | 188.73 | 0.61 | 0.65 |
| Hex | 6E | CC | DC | 32 | 7 | 0 | E | BD | 3D | 41 |
| Octal | 156 | 314 | 334 | 62 | 7 | 0 | 16 | 275 | 75 | 101 |
| Binary | 1101110 | 11001100 | 11011100 | 110010 | 111 | 0 | 1110 | 10111101 | 111101 | 1000001 |
Color Harmonies of #6ECCDC
Complementary color
Monochromatic Colors of #6ECCDC
Black with #6ECCDC
Text Example
Text Example
White with #6ECCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECCDC; }
p { color: rgb(110,204,220); }
H1.HeaderClassName
{
color: #6ECCDC;
}
.AnyTagClassName
{
color: #6ECCDC;
}
</style>
background-color css
<style>
a { background-color: #6ECCDC; }
a { background-color: rgb(110,204,220); }
div.DivClassName
{
background-color: #6ECCDC;
}
.BgClassName
{
background-color: #6ECCDC;
}
</style>
border-color css
<style>
span { border-color: #6ECCDC; }
span { border-color: rgb(110,204,220); }
td.TdClassName
{
border-color: #6ECCDC;
}
.TagClassName
{
border-color: #6ECCDC;
}
</style>