Shades of Spray #6EC6CE
Tints of Spray #6EC6CE
RGB
CMYK
RGB Variations
Color information
#6EC6CE (or 0x6EC6CE) is known color: Spray. HEX triplet: 6E, C6 and CE. RGB value is (110,198,206). Sum of RGB (Red+Green+Blue) = 110+198+206=514 (68% of max value = 765). Red value is 110 (43.36% from 255 or 21.40% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #6EC6CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC6CE is #913931. Grayscale: #ACACAC. Windows color (decimal): -9517362 or 13551214. OLE color: 13551214.
HSL color Cylindrical-coordinate representation of color #6EC6CE: hue angle of 185º 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 #6EC6CE is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 198 | 206 | - |
| CMYK | 0.47 | 0.04 | 0 | 0.19 |
| HSL | 185º | 0.49% | 0.62% | - |
| HSV(B) | 185º | 0.47% | 0.81% | - |
| XYZ | 37.77 | 48.16 | 65.7 | - |
| YUV | 172.6 | 146.85 | 83.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 198 | 206 | 0.47 | 0.04 | 0 | 0.19 | 185 | 0.49 | 0.62 |
| Hex | 6E | C6 | CE | 2F | 4 | 0 | 13 | B9 | 31 | 3E |
| Octal | 156 | 306 | 316 | 57 | 4 | 0 | 23 | 271 | 61 | 76 |
| Binary | 1101110 | 11000110 | 11001110 | 101111 | 100 | 0 | 10011 | 10111001 | 110001 | 111110 |
Color Harmonies of #6EC6CE
Complementary color
Monochromatic Colors of #6EC6CE
Black with #6EC6CE
Text Example
Text Example
White with #6EC6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC6CE; }
p { color: rgb(110,198,206); }
H1.HeaderClassName
{
color: #6EC6CE;
}
.AnyTagClassName
{
color: #6EC6CE;
}
</style>
background-color css
<style>
a { background-color: #6EC6CE; }
a { background-color: rgb(110,198,206); }
div.DivClassName
{
background-color: #6EC6CE;
}
.BgClassName
{
background-color: #6EC6CE;
}
</style>
border-color css
<style>
span { border-color: #6EC6CE; }
span { border-color: rgb(110,198,206); }
td.TdClassName
{
border-color: #6EC6CE;
}
.TagClassName
{
border-color: #6EC6CE;
}
</style>