Shades of Downy #6DCFB9
Tints of Downy #6DCFB9
RGB
CMYK
RGB Variations
Color information
#6DCFB9 (or 0x6DCFB9) is known color: Downy. HEX triplet: 6D, CF and B9. RGB value is (109,207,185). Sum of RGB (Red+Green+Blue) = 109+207+185=501 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.76% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 185 (72.66% from 255 or 36.93% from 501); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCFB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCFB9 is #923046. Grayscale: #AFAFAF. Windows color (decimal): -9580615 or 12177261. OLE color: 12177261.
HSL color Cylindrical-coordinate representation of color #6DCFB9: hue angle of 166.53º degrees, saturation: 0.51, 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 #6DCFB9 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 109 | 207 | 185 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.19 |
| HSL | 166.53º | 0.51% | 0.62% | - |
| HSV(B) | 166.53º | 0.47% | 0.81% | - |
| XYZ | 37.38 | 51.38 | 53.85 | - |
| YUV | 175.19 | 133.53 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 207 | 185 | 0.47 | 0 | 0.11 | 0.19 | 166.53 | 0.51 | 0.62 |
| Hex | 6D | CF | B9 | 2F | 0 | B | 13 | A7 | 33 | 3E |
| Octal | 155 | 317 | 271 | 57 | 0 | 13 | 23 | 247 | 63 | 76 |
| Binary | 1101101 | 11001111 | 10111001 | 101111 | 0 | 1011 | 10011 | 10100111 | 110011 | 111110 |
Color Harmonies of #6DCFB9
Complementary color
Monochromatic Colors of #6DCFB9
Black with #6DCFB9
Text Example
Text Example
White with #6DCFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCFB9; }
p { color: rgb(109,207,185); }
H1.HeaderClassName
{
color: #6DCFB9;
}
.AnyTagClassName
{
color: #6DCFB9;
}
</style>
background-color css
<style>
a { background-color: #6DCFB9; }
a { background-color: rgb(109,207,185); }
div.DivClassName
{
background-color: #6DCFB9;
}
.BgClassName
{
background-color: #6DCFB9;
}
</style>
border-color css
<style>
span { border-color: #6DCFB9; }
span { border-color: rgb(109,207,185); }
td.TdClassName
{
border-color: #6DCFB9;
}
.TagClassName
{
border-color: #6DCFB9;
}
</style>