Shades of Spray #6ECCCF
Tints of Spray #6ECCCF
RGB
CMYK
RGB Variations
Color information
#6ECCCF (or 0x6ECCCF) is known color: Spray. HEX triplet: 6E, CC and CF. RGB value is (110,204,207). Sum of RGB (Red+Green+Blue) = 110+204+207=521 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.11% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #6ECCCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECCCF is #913330. Grayscale: #B0B0B0. Windows color (decimal): -9515825 or 13618286. OLE color: 13618286.
HSL color Cylindrical-coordinate representation of color #6ECCCF: hue angle of 181.86º degrees, saturation: 0.5, 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 #6ECCCF is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 204 | 207 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.19 |
| HSL | 181.86º | 0.5% | 0.62% | - |
| HSV(B) | 181.86º | 0.47% | 0.81% | - |
| XYZ | 39.29 | 51.01 | 66.81 | - |
| YUV | 176.24 | 145.36 | 80.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 204 | 207 | 0.47 | 0.01 | 0 | 0.19 | 181.86 | 0.5 | 0.62 |
| Hex | 6E | CC | CF | 2F | 1 | 0 | 13 | B6 | 32 | 3E |
| Octal | 156 | 314 | 317 | 57 | 1 | 0 | 23 | 266 | 62 | 76 |
| Binary | 1101110 | 11001100 | 11001111 | 101111 | 1 | 0 | 10011 | 10110110 | 110010 | 111110 |
Color Harmonies of #6ECCCF
Complementary color
Monochromatic Colors of #6ECCCF
Black with #6ECCCF
Text Example
Text Example
White with #6ECCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECCCF; }
p { color: rgb(110,204,207); }
H1.HeaderClassName
{
color: #6ECCCF;
}
.AnyTagClassName
{
color: #6ECCCF;
}
</style>
background-color css
<style>
a { background-color: #6ECCCF; }
a { background-color: rgb(110,204,207); }
div.DivClassName
{
background-color: #6ECCCF;
}
.BgClassName
{
background-color: #6ECCCF;
}
</style>
border-color css
<style>
span { border-color: #6ECCCF; }
span { border-color: rgb(110,204,207); }
td.TdClassName
{
border-color: #6ECCCF;
}
.TagClassName
{
border-color: #6ECCCF;
}
</style>