Shades of Downy #6DC9B9
Tints of Downy #6DC9B9
RGB
CMYK
RGB Variations
Color information
#6DC9B9 (or 0x6DC9B9) is known color: Downy. HEX triplet: 6D, C9 and B9. RGB value is (109,201,185). Sum of RGB (Red+Green+Blue) = 109+201+185=495 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.02% from 495); Green value is 201 (78.91% from 255 or 40.61% from 495); Blue value is 185 (72.66% from 255 or 37.37% from 495); Max value from RGB is 201 - color contains mainly: green. Hex color #6DC9B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC9B9 is #923646. Grayscale: #ABABAB. Windows color (decimal): -9582151 or 12175725. OLE color: 12175725.
HSL color Cylindrical-coordinate representation of color #6DC9B9: hue angle of 169.57º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DC9B9 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 201 | 185 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.21 |
| HSL | 169.57º | 0.46% | 0.61% | - |
| HSV(B) | 169.57º | 0.46% | 0.79% | - |
| XYZ | 35.95 | 48.53 | 53.37 | - |
| YUV | 171.67 | 135.52 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 201 | 185 | 0.46 | 0 | 0.08 | 0.21 | 169.57 | 0.46 | 0.61 |
| Hex | 6D | C9 | B9 | 2E | 0 | 8 | 15 | AA | 2E | 3D |
| Octal | 155 | 311 | 271 | 56 | 0 | 10 | 25 | 252 | 56 | 75 |
| Binary | 1101101 | 11001001 | 10111001 | 101110 | 0 | 1000 | 10101 | 10101010 | 101110 | 111101 |
Color Harmonies of #6DC9B9
Complementary color
Monochromatic Colors of #6DC9B9
Black with #6DC9B9
Text Example
Text Example
White with #6DC9B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC9B9; }
p { color: rgb(109,201,185); }
H1.HeaderClassName
{
color: #6DC9B9;
}
.AnyTagClassName
{
color: #6DC9B9;
}
</style>
background-color css
<style>
a { background-color: #6DC9B9; }
a { background-color: rgb(109,201,185); }
div.DivClassName
{
background-color: #6DC9B9;
}
.BgClassName
{
background-color: #6DC9B9;
}
</style>
border-color css
<style>
span { border-color: #6DC9B9; }
span { border-color: rgb(109,201,185); }
td.TdClassName
{
border-color: #6DC9B9;
}
.TagClassName
{
border-color: #6DC9B9;
}
</style>