Shades of Spray #6ECDDA
Tints of Spray #6ECDDA
RGB
CMYK
RGB Variations
Color information
#6ECDDA (or 0x6ECDDA) is known color: Spray. HEX triplet: 6E, CD and DA. RGB value is (110,205,218). Sum of RGB (Red+Green+Blue) = 110+205+218=533 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.64% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #6ECDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECDDA is #913225. Grayscale: #B1B1B1. Windows color (decimal): -9515558 or 14339438. OLE color: 14339438.
HSL color Cylindrical-coordinate representation of color #6ECDDA: hue angle of 187.22º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6ECDDA is Cyan = 0.50, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 205 | 218 | - |
| CMYK | 0.50 | 0.06 | 0 | 0.15 |
| HSL | 187.22º | 0.59% | 0.64% | - |
| HSV(B) | 187.22º | 0.5% | 0.85% | - |
| XYZ | 40.92 | 52.04 | 74.22 | - |
| YUV | 178.08 | 150.53 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 205 | 218 | 0.50 | 0.06 | 0 | 0.15 | 187.22 | 0.59 | 0.64 |
| Hex | 6E | CD | DA | 32 | 6 | 0 | F | BB | 3B | 40 |
| Octal | 156 | 315 | 332 | 62 | 6 | 0 | 17 | 273 | 73 | 100 |
| Binary | 1101110 | 11001101 | 11011010 | 110010 | 110 | 0 | 1111 | 10111011 | 111011 | 1000000 |
Color Harmonies of #6ECDDA
Complementary color
Monochromatic Colors of #6ECDDA
Black with #6ECDDA
Text Example
Text Example
White with #6ECDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECDDA; }
p { color: rgb(110,205,218); }
H1.HeaderClassName
{
color: #6ECDDA;
}
.AnyTagClassName
{
color: #6ECDDA;
}
</style>
background-color css
<style>
a { background-color: #6ECDDA; }
a { background-color: rgb(110,205,218); }
div.DivClassName
{
background-color: #6ECDDA;
}
.BgClassName
{
background-color: #6ECDDA;
}
</style>
border-color css
<style>
span { border-color: #6ECDDA; }
span { border-color: rgb(110,205,218); }
td.TdClassName
{
border-color: #6ECDDA;
}
.TagClassName
{
border-color: #6ECDDA;
}
</style>