Shades of Spray #6ECDD6
Tints of Spray #6ECDD6
RGB
CMYK
RGB Variations
Color information
#6ECDD6 (or 0x6ECDD6) is known color: Spray. HEX triplet: 6E, CD and D6. RGB value is (110,205,214). Sum of RGB (Red+Green+Blue) = 110+205+214=529 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.79% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 214 (83.98% from 255 or 40.45% from 529); Max value from RGB is 214 - color contains mainly: blue. Hex color #6ECDD6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECDD6 is #913229. Grayscale: #B1B1B1. Windows color (decimal): -9515562 or 14077294. OLE color: 14077294.
HSL color Cylindrical-coordinate representation of color #6ECDD6: hue angle of 185.19º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ECDD6 is Cyan = 0.49, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 205 | 214 | - |
| CMYK | 0.49 | 0.04 | 0 | 0.16 |
| HSL | 185.19º | 0.56% | 0.64% | - |
| HSV(B) | 185.19º | 0.49% | 0.84% | - |
| XYZ | 40.4 | 51.83 | 71.49 | - |
| YUV | 177.62 | 148.53 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 205 | 214 | 0.49 | 0.04 | 0 | 0.16 | 185.19 | 0.56 | 0.64 |
| Hex | 6E | CD | D6 | 31 | 4 | 0 | 10 | B9 | 38 | 40 |
| Octal | 156 | 315 | 326 | 61 | 4 | 0 | 20 | 271 | 70 | 100 |
| Binary | 1101110 | 11001101 | 11010110 | 110001 | 100 | 0 | 10000 | 10111001 | 111000 | 1000000 |
Color Harmonies of #6ECDD6
Complementary color
Monochromatic Colors of #6ECDD6
Black with #6ECDD6
Text Example
Text Example
White with #6ECDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECDD6; }
p { color: rgb(110,205,214); }
H1.HeaderClassName
{
color: #6ECDD6;
}
.AnyTagClassName
{
color: #6ECDD6;
}
</style>
background-color css
<style>
a { background-color: #6ECDD6; }
a { background-color: rgb(110,205,214); }
div.DivClassName
{
background-color: #6ECDD6;
}
.BgClassName
{
background-color: #6ECDD6;
}
</style>
border-color css
<style>
span { border-color: #6ECDD6; }
span { border-color: rgb(110,205,214); }
td.TdClassName
{
border-color: #6ECDD6;
}
.TagClassName
{
border-color: #6ECDD6;
}
</style>