Shades of Spray #6ECDDD
Tints of Spray #6ECDDD
RGB
CMYK
RGB Variations
Color information
#6ECDDD (or 0x6ECDDD) is known color: Spray. HEX triplet: 6E, CD and DD. RGB value is (110,205,221). Sum of RGB (Red+Green+Blue) = 110+205+221=536 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.52% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #6ECDDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECDDD is #913222. Grayscale: #B2B2B2. Windows color (decimal): -9515555 or 14536046. OLE color: 14536046.
HSL color Cylindrical-coordinate representation of color #6ECDDD: hue angle of 188.65º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6ECDDD is Cyan = 0.50, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 205 | 221 | - |
| CMYK | 0.50 | 0.07 | 0 | 0.13 |
| HSL | 188.65º | 0.62% | 0.65% | - |
| HSV(B) | 188.65º | 0.5% | 0.87% | - |
| XYZ | 41.31 | 52.2 | 76.3 | - |
| YUV | 178.42 | 152.03 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 205 | 221 | 0.50 | 0.07 | 0 | 0.13 | 188.65 | 0.62 | 0.65 |
| Hex | 6E | CD | DD | 32 | 7 | 0 | D | BD | 3E | 41 |
| Octal | 156 | 315 | 335 | 62 | 7 | 0 | 15 | 275 | 76 | 101 |
| Binary | 1101110 | 11001101 | 11011101 | 110010 | 111 | 0 | 1101 | 10111101 | 111110 | 1000001 |
Color Harmonies of #6ECDDD
Complementary color
Monochromatic Colors of #6ECDDD
Black with #6ECDDD
Text Example
Text Example
White with #6ECDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECDDD; }
p { color: rgb(110,205,221); }
H1.HeaderClassName
{
color: #6ECDDD;
}
.AnyTagClassName
{
color: #6ECDDD;
}
</style>
background-color css
<style>
a { background-color: #6ECDDD; }
a { background-color: rgb(110,205,221); }
div.DivClassName
{
background-color: #6ECDDD;
}
.BgClassName
{
background-color: #6ECDDD;
}
</style>
border-color css
<style>
span { border-color: #6ECDDD; }
span { border-color: rgb(110,205,221); }
td.TdClassName
{
border-color: #6ECDDD;
}
.TagClassName
{
border-color: #6ECDDD;
}
</style>