Shades of Spray #6ECDD0
Tints of Spray #6ECDD0
RGB
CMYK
RGB Variations
Color information
#6ECDD0 (or 0x6ECDD0) is known color: Spray. HEX triplet: 6E, CD and D0. RGB value is (110,205,208). Sum of RGB (Red+Green+Blue) = 110+205+208=523 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.03% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 208 - color contains mainly: blue. Hex color #6ECDD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECDD0 is #91322F. Grayscale: #B0B0B0. Windows color (decimal): -9515568 or 13684078. OLE color: 13684078.
HSL color Cylindrical-coordinate representation of color #6ECDD0: hue angle of 181.84º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6ECDD0 is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 110 | 205 | 208 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.18 |
| HSL | 181.84º | 0.51% | 0.62% | - |
| HSV(B) | 181.84º | 0.47% | 0.82% | - |
| XYZ | 39.65 | 51.53 | 67.53 | - |
| YUV | 176.94 | 145.53 | 80.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 205 | 208 | 0.47 | 0.01 | 0 | 0.18 | 181.84 | 0.51 | 0.62 |
| Hex | 6E | CD | D0 | 2F | 1 | 0 | 12 | B6 | 33 | 3E |
| Octal | 156 | 315 | 320 | 57 | 1 | 0 | 22 | 266 | 63 | 76 |
| Binary | 1101110 | 11001101 | 11010000 | 101111 | 1 | 0 | 10010 | 10110110 | 110011 | 111110 |
Color Harmonies of #6ECDD0
Complementary color
Monochromatic Colors of #6ECDD0
Black with #6ECDD0
Text Example
Text Example
White with #6ECDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECDD0; }
p { color: rgb(110,205,208); }
H1.HeaderClassName
{
color: #6ECDD0;
}
.AnyTagClassName
{
color: #6ECDD0;
}
</style>
background-color css
<style>
a { background-color: #6ECDD0; }
a { background-color: rgb(110,205,208); }
div.DivClassName
{
background-color: #6ECDD0;
}
.BgClassName
{
background-color: #6ECDD0;
}
</style>
border-color css
<style>
span { border-color: #6ECDD0; }
span { border-color: rgb(110,205,208); }
td.TdClassName
{
border-color: #6ECDD0;
}
.TagClassName
{
border-color: #6ECDD0;
}
</style>