Shades of Spray #6ECBDB
Tints of Spray #6ECBDB
RGB
CMYK
RGB Variations
Color information
#6ECBDB (or 0x6ECBDB) is known color: Spray. HEX triplet: 6E, CB and DB. RGB value is (110,203,219). Sum of RGB (Red+Green+Blue) = 110+203+219=532 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.68% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #6ECBDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECBDB is #913424. Grayscale: #B0B0B0. Windows color (decimal): -9516069 or 14404462. OLE color: 14404462.
HSL color Cylindrical-coordinate representation of color #6ECBDB: hue angle of 188.81º 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 #6ECBDB is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 110 | 203 | 219 | - |
| CMYK | 0.50 | 0.07 | 0 | 0.14 |
| HSL | 188.81º | 0.6% | 0.65% | - |
| HSV(B) | 188.81º | 0.5% | 0.86% | - |
| XYZ | 40.57 | 51.14 | 74.75 | - |
| YUV | 177.02 | 151.69 | 80.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 203 | 219 | 0.50 | 0.07 | 0 | 0.14 | 188.81 | 0.6 | 0.65 |
| Hex | 6E | CB | DB | 32 | 7 | 0 | E | BD | 3C | 41 |
| Octal | 156 | 313 | 333 | 62 | 7 | 0 | 16 | 275 | 74 | 101 |
| Binary | 1101110 | 11001011 | 11011011 | 110010 | 111 | 0 | 1110 | 10111101 | 111100 | 1000001 |
Color Harmonies of #6ECBDB
Complementary color
Monochromatic Colors of #6ECBDB
Black with #6ECBDB
Text Example
Text Example
White with #6ECBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECBDB; }
p { color: rgb(110,203,219); }
H1.HeaderClassName
{
color: #6ECBDB;
}
.AnyTagClassName
{
color: #6ECBDB;
}
</style>
background-color css
<style>
a { background-color: #6ECBDB; }
a { background-color: rgb(110,203,219); }
div.DivClassName
{
background-color: #6ECBDB;
}
.BgClassName
{
background-color: #6ECBDB;
}
</style>
border-color css
<style>
span { border-color: #6ECBDB; }
span { border-color: rgb(110,203,219); }
td.TdClassName
{
border-color: #6ECBDB;
}
.TagClassName
{
border-color: #6ECBDB;
}
</style>