Shades of Spray #6ECCCE
Tints of Spray #6ECCCE
RGB
CMYK
RGB Variations
Color information
#6ECCCE (or 0x6ECCCE) is known color: Spray. HEX triplet: 6E, CC and CE. RGB value is (110,204,206). Sum of RGB (Red+Green+Blue) = 110+204+206=520 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.15% from 520); Green value is 204 (80.08% from 255 or 39.23% from 520); Blue value is 206 (80.86% from 255 or 39.62% from 520); Max value from RGB is 206 - color contains mainly: blue. Hex color #6ECCCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECCCE is #913331. Grayscale: #B0B0B0. Windows color (decimal): -9515826 or 13552750. OLE color: 13552750.
HSL color Cylindrical-coordinate representation of color #6ECCCE: hue angle of 181.25º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6ECCCE is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 204 | 206 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.19 |
| HSL | 181.25º | 0.49% | 0.62% | - |
| HSV(B) | 181.25º | 0.47% | 0.81% | - |
| XYZ | 39.16 | 50.96 | 66.16 | - |
| YUV | 176.12 | 144.86 | 80.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 204 | 206 | 0.47 | 0.01 | 0 | 0.19 | 181.25 | 0.49 | 0.62 |
| Hex | 6E | CC | CE | 2F | 1 | 0 | 13 | B5 | 31 | 3E |
| Octal | 156 | 314 | 316 | 57 | 1 | 0 | 23 | 265 | 61 | 76 |
| Binary | 1101110 | 11001100 | 11001110 | 101111 | 1 | 0 | 10011 | 10110101 | 110001 | 111110 |
Color Harmonies of #6ECCCE
Complementary color
Monochromatic Colors of #6ECCCE
Black with #6ECCCE
Text Example
Text Example
White with #6ECCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECCCE; }
p { color: rgb(110,204,206); }
H1.HeaderClassName
{
color: #6ECCCE;
}
.AnyTagClassName
{
color: #6ECCCE;
}
</style>
background-color css
<style>
a { background-color: #6ECCCE; }
a { background-color: rgb(110,204,206); }
div.DivClassName
{
background-color: #6ECCCE;
}
.BgClassName
{
background-color: #6ECCCE;
}
</style>
border-color css
<style>
span { border-color: #6ECCCE; }
span { border-color: rgb(110,204,206); }
td.TdClassName
{
border-color: #6ECCCE;
}
.TagClassName
{
border-color: #6ECCCE;
}
</style>