Shades of Spray #6ECCE1
Tints of Spray #6ECCE1
RGB
CMYK
RGB Variations
Color information
#6ECCE1 (or 0x6ECCE1) is known color: Spray. HEX triplet: 6E, CC and E1. RGB value is (110,204,225). Sum of RGB (Red+Green+Blue) = 110+204+225=539 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.41% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 225 (88.28% from 255 or 41.74% from 539); Max value from RGB is 225 - color contains mainly: blue. Hex color #6ECCE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECCE1 is #91331E. Grayscale: #B2B2B2. Windows color (decimal): -9515807 or 14797934. OLE color: 14797934.
HSL color Cylindrical-coordinate representation of color #6ECCE1: hue angle of 190.96º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6ECCE1 is Cyan = 0.51, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 110 | 204 | 225 | - |
| CMYK | 0.51 | 0.09 | 0 | 0.12 |
| HSL | 190.96º | 0.66% | 0.66% | - |
| HSV(B) | 190.96º | 0.51% | 0.88% | - |
| XYZ | 41.61 | 51.94 | 79.07 | - |
| YUV | 178.29 | 154.36 | 79.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 204 | 225 | 0.51 | 0.09 | 0 | 0.12 | 190.96 | 0.66 | 0.66 |
| Hex | 6E | CC | E1 | 33 | 9 | 0 | C | BF | 42 | 42 |
| Octal | 156 | 314 | 341 | 63 | 11 | 0 | 14 | 277 | 102 | 102 |
| Binary | 1101110 | 11001100 | 11100001 | 110011 | 1001 | 0 | 1100 | 10111111 | 1000010 | 1000010 |
Color Harmonies of #6ECCE1
Complementary color
Monochromatic Colors of #6ECCE1
Black with #6ECCE1
Text Example
Text Example
White with #6ECCE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECCE1; }
p { color: rgb(110,204,225); }
H1.HeaderClassName
{
color: #6ECCE1;
}
.AnyTagClassName
{
color: #6ECCE1;
}
</style>
background-color css
<style>
a { background-color: #6ECCE1; }
a { background-color: rgb(110,204,225); }
div.DivClassName
{
background-color: #6ECCE1;
}
.BgClassName
{
background-color: #6ECCE1;
}
</style>
border-color css
<style>
span { border-color: #6ECCE1; }
span { border-color: rgb(110,204,225); }
td.TdClassName
{
border-color: #6ECCE1;
}
.TagClassName
{
border-color: #6ECCE1;
}
</style>