Shades of Spray #6ECFD4
Tints of Spray #6ECFD4
RGB
CMYK
RGB Variations
Color information
#6ECFD4 (or 0x6ECFD4) is known color: Spray. HEX triplet: 6E, CF and D4. RGB value is (110,207,212). Sum of RGB (Red+Green+Blue) = 110+207+212=529 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.79% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 212 (83.20% from 255 or 40.08% from 529); Max value from RGB is 212 - color contains mainly: blue. Hex color #6ECFD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECFD4 is #91302B. Grayscale: #B2B2B2. Windows color (decimal): -9515052 or 13946734. OLE color: 13946734.
HSL color Cylindrical-coordinate representation of color #6ECFD4: hue angle of 182.94º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ECFD4 is Cyan = 0.48, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 110 | 207 | 212 | - |
| CMYK | 0.48 | 0.02 | 0 | 0.17 |
| HSL | 182.94º | 0.54% | 0.63% | - |
| HSV(B) | 182.94º | 0.48% | 0.83% | - |
| XYZ | 40.63 | 52.69 | 70.32 | - |
| YUV | 178.57 | 146.86 | 79.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 207 | 212 | 0.48 | 0.02 | 0 | 0.17 | 182.94 | 0.54 | 0.63 |
| Hex | 6E | CF | D4 | 30 | 2 | 0 | 11 | B7 | 36 | 3F |
| Octal | 156 | 317 | 324 | 60 | 2 | 0 | 21 | 267 | 66 | 77 |
| Binary | 1101110 | 11001111 | 11010100 | 110000 | 10 | 0 | 10001 | 10110111 | 110110 | 111111 |
Color Harmonies of #6ECFD4
Complementary color
Monochromatic Colors of #6ECFD4
Black with #6ECFD4
Text Example
Text Example
White with #6ECFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECFD4; }
p { color: rgb(110,207,212); }
H1.HeaderClassName
{
color: #6ECFD4;
}
.AnyTagClassName
{
color: #6ECFD4;
}
</style>
background-color css
<style>
a { background-color: #6ECFD4; }
a { background-color: rgb(110,207,212); }
div.DivClassName
{
background-color: #6ECFD4;
}
.BgClassName
{
background-color: #6ECFD4;
}
</style>
border-color css
<style>
span { border-color: #6ECFD4; }
span { border-color: rgb(110,207,212); }
td.TdClassName
{
border-color: #6ECFD4;
}
.TagClassName
{
border-color: #6ECFD4;
}
</style>