Shades of Downy #6AD6BE
Tints of Downy #6AD6BE
RGB
CMYK
RGB Variations
Color information
#6AD6BE (or 0x6AD6BE) is known color: Downy. HEX triplet: 6A, D6 and BE. RGB value is (106,214,190). Sum of RGB (Red+Green+Blue) = 106+214+190=510 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.78% from 510); Green value is 214 (83.98% from 255 or 41.96% from 510); Blue value is 190 (74.61% from 255 or 37.25% from 510); Max value from RGB is 214 - color contains mainly: green. Hex color #6AD6BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AD6BE is #952941. Grayscale: #B2B2B2. Windows color (decimal): -9775426 or 12506730. OLE color: 12506730.
HSL color Cylindrical-coordinate representation of color #6AD6BE: hue angle of 166.67º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6AD6BE is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 214 | 190 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.16 |
| HSL | 166.67º | 0.57% | 0.63% | - |
| HSV(B) | 166.67º | 0.5% | 0.84% | - |
| XYZ | 39.28 | 54.88 | 57.24 | - |
| YUV | 178.97 | 134.22 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 214 | 190 | 0.50 | 0 | 0.11 | 0.16 | 166.67 | 0.57 | 0.63 |
| Hex | 6A | D6 | BE | 32 | 0 | B | 10 | A7 | 39 | 3F |
| Octal | 152 | 326 | 276 | 62 | 0 | 13 | 20 | 247 | 71 | 77 |
| Binary | 1101010 | 11010110 | 10111110 | 110010 | 0 | 1011 | 10000 | 10100111 | 111001 | 111111 |
Color Harmonies of #6AD6BE
Complementary color
Monochromatic Colors of #6AD6BE
Black with #6AD6BE
Text Example
Text Example
White with #6AD6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD6BE; }
p { color: rgb(106,214,190); }
H1.HeaderClassName
{
color: #6AD6BE;
}
.AnyTagClassName
{
color: #6AD6BE;
}
</style>
background-color css
<style>
a { background-color: #6AD6BE; }
a { background-color: rgb(106,214,190); }
div.DivClassName
{
background-color: #6AD6BE;
}
.BgClassName
{
background-color: #6AD6BE;
}
</style>
border-color css
<style>
span { border-color: #6AD6BE; }
span { border-color: rgb(106,214,190); }
td.TdClassName
{
border-color: #6AD6BE;
}
.TagClassName
{
border-color: #6AD6BE;
}
</style>