Shades of Downy #6AD6BC
Tints of Downy #6AD6BC
RGB
CMYK
RGB Variations
Color information
#6AD6BC (or 0x6AD6BC) is known color: Downy. HEX triplet: 6A, D6 and BC. RGB value is (106,214,188). Sum of RGB (Red+Green+Blue) = 106+214+188=508 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.87% from 508); Green value is 214 (83.98% from 255 or 42.13% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 214 - color contains mainly: green. Hex color #6AD6BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AD6BC is #952943. Grayscale: #B2B2B2. Windows color (decimal): -9775428 or 12375658. OLE color: 12375658.
HSL color Cylindrical-coordinate representation of color #6AD6BC: hue angle of 165.56º 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 #6AD6BC is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 214 | 188 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.16 |
| HSL | 165.56º | 0.57% | 0.63% | - |
| HSV(B) | 165.56º | 0.5% | 0.84% | - |
| XYZ | 39.07 | 54.79 | 56.09 | - |
| YUV | 178.74 | 133.22 | 76.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 214 | 188 | 0.50 | 0 | 0.12 | 0.16 | 165.56 | 0.57 | 0.63 |
| Hex | 6A | D6 | BC | 32 | 0 | C | 10 | A6 | 39 | 3F |
| Octal | 152 | 326 | 274 | 62 | 0 | 14 | 20 | 246 | 71 | 77 |
| Binary | 1101010 | 11010110 | 10111100 | 110010 | 0 | 1100 | 10000 | 10100110 | 111001 | 111111 |
Color Harmonies of #6AD6BC
Complementary color
Monochromatic Colors of #6AD6BC
Black with #6AD6BC
Text Example
Text Example
White with #6AD6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD6BC; }
p { color: rgb(106,214,188); }
H1.HeaderClassName
{
color: #6AD6BC;
}
.AnyTagClassName
{
color: #6AD6BC;
}
</style>
background-color css
<style>
a { background-color: #6AD6BC; }
a { background-color: rgb(106,214,188); }
div.DivClassName
{
background-color: #6AD6BC;
}
.BgClassName
{
background-color: #6AD6BC;
}
</style>
border-color css
<style>
span { border-color: #6AD6BC; }
span { border-color: rgb(106,214,188); }
td.TdClassName
{
border-color: #6AD6BC;
}
.TagClassName
{
border-color: #6AD6BC;
}
</style>