Shades of Downy #6AD7B5
Tints of Downy #6AD7B5
RGB
CMYK
RGB Variations
Color information
#6AD7B5 (or 0x6AD7B5) is known color: Downy. HEX triplet: 6A, D7 and B5. RGB value is (106,215,181). Sum of RGB (Red+Green+Blue) = 106+215+181=502 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.12% from 502); Green value is 215 (84.38% from 255 or 42.83% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 215 - color contains mainly: green. Hex color #6AD7B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AD7B5 is #95284A. Grayscale: #B2B2B2. Windows color (decimal): -9775179 or 11917162. OLE color: 11917162.
HSL color Cylindrical-coordinate representation of color #6AD7B5: hue angle of 161.28º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6AD7B5 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 215 | 181 | - |
| CMYK | 0.51 | 0 | 0.16 | 0.16 |
| HSL | 161.28º | 0.58% | 0.63% | - |
| HSV(B) | 161.28º | 0.51% | 0.84% | - |
| XYZ | 38.58 | 55 | 52.3 | - |
| YUV | 178.53 | 129.39 | 76.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 215 | 181 | 0.51 | 0 | 0.16 | 0.16 | 161.28 | 0.58 | 0.63 |
| Hex | 6A | D7 | B5 | 33 | 0 | 10 | 10 | A1 | 3A | 3F |
| Octal | 152 | 327 | 265 | 63 | 0 | 20 | 20 | 241 | 72 | 77 |
| Binary | 1101010 | 11010111 | 10110101 | 110011 | 0 | 10000 | 10000 | 10100001 | 111010 | 111111 |
Color Harmonies of #6AD7B5
Complementary color
Monochromatic Colors of #6AD7B5
Black with #6AD7B5
Text Example
Text Example
White with #6AD7B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD7B5; }
p { color: rgb(106,215,181); }
H1.HeaderClassName
{
color: #6AD7B5;
}
.AnyTagClassName
{
color: #6AD7B5;
}
</style>
background-color css
<style>
a { background-color: #6AD7B5; }
a { background-color: rgb(106,215,181); }
div.DivClassName
{
background-color: #6AD7B5;
}
.BgClassName
{
background-color: #6AD7B5;
}
</style>
border-color css
<style>
span { border-color: #6AD7B5; }
span { border-color: rgb(106,215,181); }
td.TdClassName
{
border-color: #6AD7B5;
}
.TagClassName
{
border-color: #6AD7B5;
}
</style>