Shades of Spray #6ECFD2
Tints of Spray #6ECFD2
RGB
CMYK
RGB Variations
Color information
#6ECFD2 (or 0x6ECFD2) is known color: Spray. HEX triplet: 6E, CF and D2. RGB value is (110,207,210). Sum of RGB (Red+Green+Blue) = 110+207+210=527 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.87% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 210 (82.42% from 255 or 39.85% from 527); Max value from RGB is 210 - color contains mainly: blue. Hex color #6ECFD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECFD2 is #91302D. Grayscale: #B2B2B2. Windows color (decimal): -9515054 or 13815662. OLE color: 13815662.
HSL color Cylindrical-coordinate representation of color #6ECFD2: hue angle of 181.8º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ECFD2 is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 207 | 210 | - |
| CMYK | 0.48 | 0.01 | 0 | 0.18 |
| HSL | 181.8º | 0.53% | 0.63% | - |
| HSV(B) | 181.8º | 0.48% | 0.82% | - |
| XYZ | 40.38 | 52.59 | 69 | - |
| YUV | 178.34 | 145.86 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 207 | 210 | 0.48 | 0.01 | 0 | 0.18 | 181.8 | 0.53 | 0.63 |
| Hex | 6E | CF | D2 | 30 | 1 | 0 | 12 | B6 | 35 | 3F |
| Octal | 156 | 317 | 322 | 60 | 1 | 0 | 22 | 266 | 65 | 77 |
| Binary | 1101110 | 11001111 | 11010010 | 110000 | 1 | 0 | 10010 | 10110110 | 110101 | 111111 |
Color Harmonies of #6ECFD2
Complementary color
Monochromatic Colors of #6ECFD2
Black with #6ECFD2
Text Example
Text Example
White with #6ECFD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECFD2; }
p { color: rgb(110,207,210); }
H1.HeaderClassName
{
color: #6ECFD2;
}
.AnyTagClassName
{
color: #6ECFD2;
}
</style>
background-color css
<style>
a { background-color: #6ECFD2; }
a { background-color: rgb(110,207,210); }
div.DivClassName
{
background-color: #6ECFD2;
}
.BgClassName
{
background-color: #6ECFD2;
}
</style>
border-color css
<style>
span { border-color: #6ECFD2; }
span { border-color: rgb(110,207,210); }
td.TdClassName
{
border-color: #6ECFD2;
}
.TagClassName
{
border-color: #6ECFD2;
}
</style>