Shades of Downy #6ECFCF
Tints of Downy #6ECFCF
RGB
CMYK
RGB Variations
Color information
#6ECFCF (or 0x6ECFCF) is known color: Downy. HEX triplet: 6E, CF and CF. RGB value is (110,207,207). Sum of RGB (Red+Green+Blue) = 110+207+207=524 (69% of max value = 765). Red value is 110 (43.36% from 255 or 20.99% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #6ECFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ECFCF is #913030. Grayscale: #B1B1B1. Windows color (decimal): -9515057 or 13619054. OLE color: 13619054.
HSL color Cylindrical-coordinate representation of color #6ECFCF: hue angle of 180º 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 #6ECFCF is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 110 | 207 | 207 | - |
| CMYK | 0.47 | 0 | 0 | 0.19 |
| HSL | 180º | 0.5% | 0.62% | - |
| HSV(B) | 180º | 0.47% | 0.81% | - |
| XYZ | 40.01 | 52.45 | 67.05 | - |
| YUV | 178 | 144.36 | 79.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 207 | 207 | 0.47 | 0 | 0 | 0.19 | 180 | 0.5 | 0.62 |
| Hex | 6E | CF | CF | 2F | 0 | 0 | 13 | B4 | 32 | 3E |
| Octal | 156 | 317 | 317 | 57 | 0 | 0 | 23 | 264 | 62 | 76 |
| Binary | 1101110 | 11001111 | 11001111 | 101111 | 0 | 0 | 10011 | 10110100 | 110010 | 111110 |
Color Harmonies of #6ECFCF
Complementary color
Monochromatic Colors of #6ECFCF
Black with #6ECFCF
Text Example
Text Example
White with #6ECFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ECFCF; }
p { color: rgb(110,207,207); }
H1.HeaderClassName
{
color: #6ECFCF;
}
.AnyTagClassName
{
color: #6ECFCF;
}
</style>
background-color css
<style>
a { background-color: #6ECFCF; }
a { background-color: rgb(110,207,207); }
div.DivClassName
{
background-color: #6ECFCF;
}
.BgClassName
{
background-color: #6ECFCF;
}
</style>
border-color css
<style>
span { border-color: #6ECFCF; }
span { border-color: rgb(110,207,207); }
td.TdClassName
{
border-color: #6ECFCF;
}
.TagClassName
{
border-color: #6ECFCF;
}
</style>