Shades of Downy #6DD8CF
Tints of Downy #6DD8CF
RGB
CMYK
RGB Variations
Color information
#6DD8CF (or 0x6DD8CF) is known color: Downy. HEX triplet: 6D, D8 and CF. RGB value is (109,216,207). Sum of RGB (Red+Green+Blue) = 109+216+207=532 (70% of max value = 765). Red value is 109 (42.97% from 255 or 20.49% from 532); Green value is 216 (84.77% from 255 or 40.60% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 216 - color contains mainly: green. Hex color #6DD8CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DD8CF is #922730. Grayscale: #B6B6B6. Windows color (decimal): -9578289 or 13621357. OLE color: 13621357.
HSL color Cylindrical-coordinate representation of color #6DD8CF: hue angle of 174.95º degrees, saturation: 0.58, 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 #6DD8CF is Cyan = 0.50, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 109 | 216 | 207 | - |
| CMYK | 0.50 | 0 | 0.04 | 0.15 |
| HSL | 174.95º | 0.58% | 0.64% | - |
| HSV(B) | 174.95º | 0.5% | 0.85% | - |
| XYZ | 42.13 | 56.87 | 67.79 | - |
| YUV | 182.98 | 141.55 | 75.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 216 | 207 | 0.50 | 0 | 0.04 | 0.15 | 174.95 | 0.58 | 0.64 |
| Hex | 6D | D8 | CF | 32 | 0 | 4 | F | AF | 3A | 40 |
| Octal | 155 | 330 | 317 | 62 | 0 | 4 | 17 | 257 | 72 | 100 |
| Binary | 1101101 | 11011000 | 11001111 | 110010 | 0 | 100 | 1111 | 10101111 | 111010 | 1000000 |
Color Harmonies of #6DD8CF
Complementary color
Monochromatic Colors of #6DD8CF
Black with #6DD8CF
Text Example
Text Example
White with #6DD8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DD8CF; }
p { color: rgb(109,216,207); }
H1.HeaderClassName
{
color: #6DD8CF;
}
.AnyTagClassName
{
color: #6DD8CF;
}
</style>
background-color css
<style>
a { background-color: #6DD8CF; }
a { background-color: rgb(109,216,207); }
div.DivClassName
{
background-color: #6DD8CF;
}
.BgClassName
{
background-color: #6DD8CF;
}
</style>
border-color css
<style>
span { border-color: #6DD8CF; }
span { border-color: rgb(109,216,207); }
td.TdClassName
{
border-color: #6DD8CF;
}
.TagClassName
{
border-color: #6DD8CF;
}
</style>