Shades of Spray #6ECADB
Tints of Spray #6ECADB
RGB
CMYK
RGB Variations
Color information
#6ECADB (or 0x6ECADB) is known color: Spray. HEX triplet: 6E, CA and DB. RGB value is (110,202,219). Sum of RGB (Red+Green+Blue) = 110+202+219=531 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.72% from 531); Green value is 202 (79.30% from 255 or 38.04% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #6ECADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECADB is #913524. Grayscale: #B0B0B0. Windows color (decimal): -9516325 or 14404206. OLE color: 14404206.
HSL color Cylindrical-coordinate representation of color #6ECADB: hue angle of 189.36º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6ECADB is Cyan = 0.50, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 202 | 219 | - |
| CMYK | 0.50 | 0.08 | 0 | 0.14 |
| HSL | 189.36º | 0.6% | 0.65% | - |
| HSV(B) | 189.36º | 0.5% | 0.86% | - |
| XYZ | 40.34 | 50.67 | 74.67 | - |
| YUV | 176.43 | 152.02 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 202 | 219 | 0.50 | 0.08 | 0 | 0.14 | 189.36 | 0.6 | 0.65 |
| Hex | 6E | CA | DB | 32 | 8 | 0 | E | BD | 3C | 41 |
| Octal | 156 | 312 | 333 | 62 | 10 | 0 | 16 | 275 | 74 | 101 |
| Binary | 1101110 | 11001010 | 11011011 | 110010 | 1000 | 0 | 1110 | 10111101 | 111100 | 1000001 |
Color Harmonies of #6ECADB
Complementary color
Monochromatic Colors of #6ECADB
Black with #6ECADB
Text Example
Text Example
White with #6ECADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECADB; }
p { color: rgb(110,202,219); }
H1.HeaderClassName
{
color: #6ECADB;
}
.AnyTagClassName
{
color: #6ECADB;
}
</style>
background-color css
<style>
a { background-color: #6ECADB; }
a { background-color: rgb(110,202,219); }
div.DivClassName
{
background-color: #6ECADB;
}
.BgClassName
{
background-color: #6ECADB;
}
</style>
border-color css
<style>
span { border-color: #6ECADB; }
span { border-color: rgb(110,202,219); }
td.TdClassName
{
border-color: #6ECADB;
}
.TagClassName
{
border-color: #6ECADB;
}
</style>