Shades of Downy #6FD2B5
Tints of Downy #6FD2B5
RGB
CMYK
RGB Variations
Color information
#6FD2B5 (or 0x6FD2B5) is known color: Downy. HEX triplet: 6F, D2 and B5. RGB value is (111,210,181). Sum of RGB (Red+Green+Blue) = 111+210+181=502 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.11% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 210 - color contains mainly: green. Hex color #6FD2B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FD2B5 is #902D4A. Grayscale: #B1B1B1. Windows color (decimal): -9448779 or 11915887. OLE color: 11915887.
HSL color Cylindrical-coordinate representation of color #6FD2B5: hue angle of 162.42º 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 #6FD2B5 is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 111 | 210 | 181 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.18 |
| HSL | 162.42º | 0.52% | 0.63% | - |
| HSV(B) | 162.42º | 0.47% | 0.82% | - |
| XYZ | 37.94 | 52.81 | 51.91 | - |
| YUV | 177.09 | 130.2 | 80.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 210 | 181 | 0.47 | 0 | 0.14 | 0.18 | 162.42 | 0.52 | 0.63 |
| Hex | 6F | D2 | B5 | 2F | 0 | E | 12 | A2 | 34 | 3F |
| Octal | 157 | 322 | 265 | 57 | 0 | 16 | 22 | 242 | 64 | 77 |
| Binary | 1101111 | 11010010 | 10110101 | 101111 | 0 | 1110 | 10010 | 10100010 | 110100 | 111111 |
Color Harmonies of #6FD2B5
Complementary color
Monochromatic Colors of #6FD2B5
Black with #6FD2B5
Text Example
Text Example
White with #6FD2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FD2B5; }
p { color: rgb(111,210,181); }
H1.HeaderClassName
{
color: #6FD2B5;
}
.AnyTagClassName
{
color: #6FD2B5;
}
</style>
background-color css
<style>
a { background-color: #6FD2B5; }
a { background-color: rgb(111,210,181); }
div.DivClassName
{
background-color: #6FD2B5;
}
.BgClassName
{
background-color: #6FD2B5;
}
</style>
border-color css
<style>
span { border-color: #6FD2B5; }
span { border-color: rgb(111,210,181); }
td.TdClassName
{
border-color: #6FD2B5;
}
.TagClassName
{
border-color: #6FD2B5;
}
</style>