Shades of Spray #6ECBDF
Tints of Spray #6ECBDF
RGB
CMYK
RGB Variations
Color information
#6ECBDF (or 0x6ECBDF) is known color: Spray. HEX triplet: 6E, CB and DF. RGB value is (110,203,223). Sum of RGB (Red+Green+Blue) = 110+203+223=536 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.52% from 536); Green value is 203 (79.69% from 255 or 37.87% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #6ECBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECBDF is #913420. Grayscale: #B1B1B1. Windows color (decimal): -9516065 or 14666606. OLE color: 14666606.
HSL color Cylindrical-coordinate representation of color #6ECBDF: hue angle of 190.62º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6ECBDF is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 203 | 223 | - |
| CMYK | 0.51 | 0.09 | 0 | 0.13 |
| HSL | 190.62º | 0.64% | 0.65% | - |
| HSV(B) | 190.62º | 0.51% | 0.87% | - |
| XYZ | 41.11 | 51.35 | 77.56 | - |
| YUV | 177.47 | 153.69 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 203 | 223 | 0.51 | 0.09 | 0 | 0.13 | 190.62 | 0.64 | 0.65 |
| Hex | 6E | CB | DF | 33 | 9 | 0 | D | BF | 40 | 41 |
| Octal | 156 | 313 | 337 | 63 | 11 | 0 | 15 | 277 | 100 | 101 |
| Binary | 1101110 | 11001011 | 11011111 | 110011 | 1001 | 0 | 1101 | 10111111 | 1000000 | 1000001 |
Color Harmonies of #6ECBDF
Complementary color
Monochromatic Colors of #6ECBDF
Black with #6ECBDF
Text Example
Text Example
White with #6ECBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECBDF; }
p { color: rgb(110,203,223); }
H1.HeaderClassName
{
color: #6ECBDF;
}
.AnyTagClassName
{
color: #6ECBDF;
}
</style>
background-color css
<style>
a { background-color: #6ECBDF; }
a { background-color: rgb(110,203,223); }
div.DivClassName
{
background-color: #6ECBDF;
}
.BgClassName
{
background-color: #6ECBDF;
}
</style>
border-color css
<style>
span { border-color: #6ECBDF; }
span { border-color: rgb(110,203,223); }
td.TdClassName
{
border-color: #6ECBDF;
}
.TagClassName
{
border-color: #6ECBDF;
}
</style>