Shades of Spray #6ECCD5
Tints of Spray #6ECCD5
RGB
CMYK
RGB Variations
Color information
#6ECCD5 (or 0x6ECCD5) is known color: Spray. HEX triplet: 6E, CC and D5. RGB value is (110,204,213). Sum of RGB (Red+Green+Blue) = 110+204+213=527 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.87% from 527); Green value is 204 (80.08% from 255 or 38.71% from 527); Blue value is 213 (83.59% from 255 or 40.42% from 527); Max value from RGB is 213 - color contains mainly: blue. Hex color #6ECCD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECCD5 is #91332A. Grayscale: #B0B0B0. Windows color (decimal): -9515819 or 14011502. OLE color: 14011502.
HSL color Cylindrical-coordinate representation of color #6ECCD5: hue angle of 185.24º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ECCD5 is Cyan = 0.48, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 204 | 213 | - |
| CMYK | 0.48 | 0.04 | 0 | 0.16 |
| HSL | 185.24º | 0.55% | 0.63% | - |
| HSV(B) | 185.24º | 0.48% | 0.84% | - |
| XYZ | 40.03 | 51.3 | 70.74 | - |
| YUV | 176.92 | 148.36 | 80.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 204 | 213 | 0.48 | 0.04 | 0 | 0.16 | 185.24 | 0.55 | 0.63 |
| Hex | 6E | CC | D5 | 30 | 4 | 0 | 10 | B9 | 37 | 3F |
| Octal | 156 | 314 | 325 | 60 | 4 | 0 | 20 | 271 | 67 | 77 |
| Binary | 1101110 | 11001100 | 11010101 | 110000 | 100 | 0 | 10000 | 10111001 | 110111 | 111111 |
Color Harmonies of #6ECCD5
Complementary color
Monochromatic Colors of #6ECCD5
Black with #6ECCD5
Text Example
Text Example
White with #6ECCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECCD5; }
p { color: rgb(110,204,213); }
H1.HeaderClassName
{
color: #6ECCD5;
}
.AnyTagClassName
{
color: #6ECCD5;
}
</style>
background-color css
<style>
a { background-color: #6ECCD5; }
a { background-color: rgb(110,204,213); }
div.DivClassName
{
background-color: #6ECCD5;
}
.BgClassName
{
background-color: #6ECCD5;
}
</style>
border-color css
<style>
span { border-color: #6ECCD5; }
span { border-color: rgb(110,204,213); }
td.TdClassName
{
border-color: #6ECCD5;
}
.TagClassName
{
border-color: #6ECCD5;
}
</style>