Shades of Spray #6ECCE0
Tints of Spray #6ECCE0
RGB
CMYK
RGB Variations
Color information
#6ECCE0 (or 0x6ECCE0) is known color: Spray. HEX triplet: 6E, CC and E0. RGB value is (110,204,224). Sum of RGB (Red+Green+Blue) = 110+204+224=538 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.45% from 538); Green value is 204 (80.08% from 255 or 37.92% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 224 - color contains mainly: blue. Hex color #6ECCE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECCE0 is #91331F. Grayscale: #B2B2B2. Windows color (decimal): -9515808 or 14732398. OLE color: 14732398.
HSL color Cylindrical-coordinate representation of color #6ECCE0: hue angle of 190.53º 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 #6ECCE0 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 110 | 204 | 224 | - |
| CMYK | 0.51 | 0.09 | 0 | 0.12 |
| HSL | 190.53º | 0.65% | 0.65% | - |
| HSV(B) | 190.53º | 0.51% | 0.88% | - |
| XYZ | 41.48 | 51.88 | 78.35 | - |
| YUV | 178.17 | 153.86 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 204 | 224 | 0.51 | 0.09 | 0 | 0.12 | 190.53 | 0.65 | 0.65 |
| Hex | 6E | CC | E0 | 33 | 9 | 0 | C | BF | 41 | 41 |
| Octal | 156 | 314 | 340 | 63 | 11 | 0 | 14 | 277 | 101 | 101 |
| Binary | 1101110 | 11001100 | 11100000 | 110011 | 1001 | 0 | 1100 | 10111111 | 1000001 | 1000001 |
Color Harmonies of #6ECCE0
Complementary color
Monochromatic Colors of #6ECCE0
Black with #6ECCE0
Text Example
Text Example
White with #6ECCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECCE0; }
p { color: rgb(110,204,224); }
H1.HeaderClassName
{
color: #6ECCE0;
}
.AnyTagClassName
{
color: #6ECCE0;
}
</style>
background-color css
<style>
a { background-color: #6ECCE0; }
a { background-color: rgb(110,204,224); }
div.DivClassName
{
background-color: #6ECCE0;
}
.BgClassName
{
background-color: #6ECCE0;
}
</style>
border-color css
<style>
span { border-color: #6ECCE0; }
span { border-color: rgb(110,204,224); }
td.TdClassName
{
border-color: #6ECCE0;
}
.TagClassName
{
border-color: #6ECCE0;
}
</style>