Shades of Spray #6ECACE
Tints of Spray #6ECACE
RGB
CMYK
RGB Variations
Color information
#6ECACE (or 0x6ECACE) is known color: Spray. HEX triplet: 6E, CA and CE. RGB value is (110,202,206). Sum of RGB (Red+Green+Blue) = 110+202+206=518 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.24% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #6ECACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECACE is #913531. Grayscale: #AEAEAE. Windows color (decimal): -9516338 or 13552238. OLE color: 13552238.
HSL color Cylindrical-coordinate representation of color #6ECACE: hue angle of 182.5º 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 #6ECACE is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 202 | 206 | - |
| CMYK | 0.47 | 0.02 | 0 | 0.19 |
| HSL | 182.5º | 0.49% | 0.62% | - |
| HSV(B) | 182.5º | 0.47% | 0.81% | - |
| XYZ | 38.69 | 50.01 | 66.01 | - |
| YUV | 174.95 | 145.52 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 202 | 206 | 0.47 | 0.02 | 0 | 0.19 | 182.5 | 0.49 | 0.62 |
| Hex | 6E | CA | CE | 2F | 2 | 0 | 13 | B6 | 31 | 3E |
| Octal | 156 | 312 | 316 | 57 | 2 | 0 | 23 | 266 | 61 | 76 |
| Binary | 1101110 | 11001010 | 11001110 | 101111 | 10 | 0 | 10011 | 10110110 | 110001 | 111110 |
Color Harmonies of #6ECACE
Complementary color
Monochromatic Colors of #6ECACE
Black with #6ECACE
Text Example
Text Example
White with #6ECACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECACE; }
p { color: rgb(110,202,206); }
H1.HeaderClassName
{
color: #6ECACE;
}
.AnyTagClassName
{
color: #6ECACE;
}
</style>
background-color css
<style>
a { background-color: #6ECACE; }
a { background-color: rgb(110,202,206); }
div.DivClassName
{
background-color: #6ECACE;
}
.BgClassName
{
background-color: #6ECACE;
}
</style>
border-color css
<style>
span { border-color: #6ECACE; }
span { border-color: rgb(110,202,206); }
td.TdClassName
{
border-color: #6ECACE;
}
.TagClassName
{
border-color: #6ECACE;
}
</style>