Shades of Downy #6AD2BD
Tints of Downy #6AD2BD
RGB
CMYK
RGB Variations
Color information
#6AD2BD (or 0x6AD2BD) is known color: Downy. HEX triplet: 6A, D2 and BD. RGB value is (106,210,189). Sum of RGB (Red+Green+Blue) = 106+210+189=505 (66% of max value = 765). Red value is 106 (41.80% from 255 or 20.99% from 505); Green value is 210 (82.42% from 255 or 41.58% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 210 - color contains mainly: green. Hex color #6AD2BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AD2BD is #952D42. Grayscale: #B0B0B0. Windows color (decimal): -9776451 or 12440170. OLE color: 12440170.
HSL color Cylindrical-coordinate representation of color #6AD2BD: hue angle of 167.88º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6AD2BD is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 210 | 189 | - |
| CMYK | 0.50 | 0 | 0.10 | 0.18 |
| HSL | 167.88º | 0.54% | 0.62% | - |
| HSV(B) | 167.88º | 0.5% | 0.82% | - |
| XYZ | 38.18 | 52.83 | 56.33 | - |
| YUV | 176.51 | 135.04 | 77.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 210 | 189 | 0.50 | 0 | 0.10 | 0.18 | 167.88 | 0.54 | 0.62 |
| Hex | 6A | D2 | BD | 32 | 0 | A | 12 | A8 | 36 | 3E |
| Octal | 152 | 322 | 275 | 62 | 0 | 12 | 22 | 250 | 66 | 76 |
| Binary | 1101010 | 11010010 | 10111101 | 110010 | 0 | 1010 | 10010 | 10101000 | 110110 | 111110 |
Color Harmonies of #6AD2BD
Complementary color
Monochromatic Colors of #6AD2BD
Black with #6AD2BD
Text Example
Text Example
White with #6AD2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD2BD; }
p { color: rgb(106,210,189); }
H1.HeaderClassName
{
color: #6AD2BD;
}
.AnyTagClassName
{
color: #6AD2BD;
}
</style>
background-color css
<style>
a { background-color: #6AD2BD; }
a { background-color: rgb(106,210,189); }
div.DivClassName
{
background-color: #6AD2BD;
}
.BgClassName
{
background-color: #6AD2BD;
}
</style>
border-color css
<style>
span { border-color: #6AD2BD; }
span { border-color: rgb(106,210,189); }
td.TdClassName
{
border-color: #6AD2BD;
}
.TagClassName
{
border-color: #6AD2BD;
}
</style>