Shades of Spray #6ECDCF
Tints of Spray #6ECDCF
RGB
CMYK
RGB Variations
Color information
#6ECDCF (or 0x6ECDCF) is known color: Spray. HEX triplet: 6E, CD and CF. RGB value is (110,205,207). Sum of RGB (Red+Green+Blue) = 110+205+207=522 (69% of max value = 765). Red value is 110 (43.36% from 255 or 21.07% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 207 (81.25% from 255 or 39.66% from 522); Max value from RGB is 207 - color contains mainly: blue. Hex color #6ECDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECDCF is #913230. Grayscale: #B0B0B0. Windows color (decimal): -9515569 or 13618542. OLE color: 13618542.
HSL color Cylindrical-coordinate representation of color #6ECDCF: hue angle of 181.24º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6ECDCF is Cyan = 0.47, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 205 | 207 | - |
| CMYK | 0.47 | 0.01 | 0 | 0.19 |
| HSL | 181.24º | 0.5% | 0.62% | - |
| HSV(B) | 181.24º | 0.47% | 0.81% | - |
| XYZ | 39.52 | 51.48 | 66.89 | - |
| YUV | 176.82 | 145.03 | 80.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 205 | 207 | 0.47 | 0.01 | 0 | 0.19 | 181.24 | 0.5 | 0.62 |
| Hex | 6E | CD | CF | 2F | 1 | 0 | 13 | B5 | 32 | 3E |
| Octal | 156 | 315 | 317 | 57 | 1 | 0 | 23 | 265 | 62 | 76 |
| Binary | 1101110 | 11001101 | 11001111 | 101111 | 1 | 0 | 10011 | 10110101 | 110010 | 111110 |
Color Harmonies of #6ECDCF
Complementary color
Monochromatic Colors of #6ECDCF
Black with #6ECDCF
Text Example
Text Example
White with #6ECDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECDCF; }
p { color: rgb(110,205,207); }
H1.HeaderClassName
{
color: #6ECDCF;
}
.AnyTagClassName
{
color: #6ECDCF;
}
</style>
background-color css
<style>
a { background-color: #6ECDCF; }
a { background-color: rgb(110,205,207); }
div.DivClassName
{
background-color: #6ECDCF;
}
.BgClassName
{
background-color: #6ECDCF;
}
</style>
border-color css
<style>
span { border-color: #6ECDCF; }
span { border-color: rgb(110,205,207); }
td.TdClassName
{
border-color: #6ECDCF;
}
.TagClassName
{
border-color: #6ECDCF;
}
</style>