Shades of Spray #6ECBE0
Tints of Spray #6ECBE0
RGB
CMYK
RGB Variations
Color information
#6ECBE0 (or 0x6ECBE0) is known color: Spray. HEX triplet: 6E, CB and E0. RGB value is (110,203,224). Sum of RGB (Red+Green+Blue) = 110+203+224=537 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.48% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 224 (87.89% from 255 or 41.71% from 537); Max value from RGB is 224 - color contains mainly: blue. Hex color #6ECBE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECBE0 is #91341F. Grayscale: #B1B1B1. Windows color (decimal): -9516064 or 14732142. OLE color: 14732142.
HSL color Cylindrical-coordinate representation of color #6ECBE0: hue angle of 191.05º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6ECBE0 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 110 | 203 | 224 | - |
| CMYK | 0.51 | 0.09 | 0 | 0.12 |
| HSL | 191.05º | 0.65% | 0.65% | - |
| HSV(B) | 191.05º | 0.51% | 0.88% | - |
| XYZ | 41.24 | 51.41 | 78.27 | - |
| YUV | 177.59 | 154.19 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 203 | 224 | 0.51 | 0.09 | 0 | 0.12 | 191.05 | 0.65 | 0.65 |
| Hex | 6E | CB | E0 | 33 | 9 | 0 | C | BF | 41 | 41 |
| Octal | 156 | 313 | 340 | 63 | 11 | 0 | 14 | 277 | 101 | 101 |
| Binary | 1101110 | 11001011 | 11100000 | 110011 | 1001 | 0 | 1100 | 10111111 | 1000001 | 1000001 |
Color Harmonies of #6ECBE0
Complementary color
Monochromatic Colors of #6ECBE0
Black with #6ECBE0
Text Example
Text Example
White with #6ECBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECBE0; }
p { color: rgb(110,203,224); }
H1.HeaderClassName
{
color: #6ECBE0;
}
.AnyTagClassName
{
color: #6ECBE0;
}
</style>
background-color css
<style>
a { background-color: #6ECBE0; }
a { background-color: rgb(110,203,224); }
div.DivClassName
{
background-color: #6ECBE0;
}
.BgClassName
{
background-color: #6ECBE0;
}
</style>
border-color css
<style>
span { border-color: #6ECBE0; }
span { border-color: rgb(110,203,224); }
td.TdClassName
{
border-color: #6ECBE0;
}
.TagClassName
{
border-color: #6ECBE0;
}
</style>