Shades of Downy #6FD2B9
Tints of Downy #6FD2B9
RGB
CMYK
RGB Variations
Color information
#6FD2B9 (or 0x6FD2B9) is known color: Downy. HEX triplet: 6F, D2 and B9. RGB value is (111,210,185). Sum of RGB (Red+Green+Blue) = 111+210+185=506 (67% of max value = 765). Red value is 111 (43.75% from 255 or 21.94% from 506); Green value is 210 (82.42% from 255 or 41.50% from 506); Blue value is 185 (72.66% from 255 or 36.56% from 506); Max value from RGB is 210 - color contains mainly: green. Hex color #6FD2B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD2B9 is #902D46. Grayscale: #B1B1B1. Windows color (decimal): -9448775 or 12178031. OLE color: 12178031.
HSL color Cylindrical-coordinate representation of color #6FD2B9: hue angle of 164.85º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6FD2B9 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 210 | 185 | - |
| CMYK | 0.47 | 0 | 0.12 | 0.18 |
| HSL | 164.85º | 0.52% | 0.63% | - |
| HSV(B) | 164.85º | 0.47% | 0.82% | - |
| XYZ | 38.36 | 52.98 | 54.1 | - |
| YUV | 177.55 | 132.2 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 210 | 185 | 0.47 | 0 | 0.12 | 0.18 | 164.85 | 0.52 | 0.63 |
| Hex | 6F | D2 | B9 | 2F | 0 | C | 12 | A5 | 34 | 3F |
| Octal | 157 | 322 | 271 | 57 | 0 | 14 | 22 | 245 | 64 | 77 |
| Binary | 1101111 | 11010010 | 10111001 | 101111 | 0 | 1100 | 10010 | 10100101 | 110100 | 111111 |
Color Harmonies of #6FD2B9
Complementary color
Monochromatic Colors of #6FD2B9
Black with #6FD2B9
Text Example
Text Example
White with #6FD2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD2B9; }
p { color: rgb(111,210,185); }
H1.HeaderClassName
{
color: #6FD2B9;
}
.AnyTagClassName
{
color: #6FD2B9;
}
</style>
background-color css
<style>
a { background-color: #6FD2B9; }
a { background-color: rgb(111,210,185); }
div.DivClassName
{
background-color: #6FD2B9;
}
.BgClassName
{
background-color: #6FD2B9;
}
</style>
border-color css
<style>
span { border-color: #6FD2B9; }
span { border-color: rgb(111,210,185); }
td.TdClassName
{
border-color: #6FD2B9;
}
.TagClassName
{
border-color: #6FD2B9;
}
</style>