Shades of Downy #6AD6C1
Tints of Downy #6AD6C1
RGB
CMYK
RGB Variations
Color information
#6AD6C1 (or 0x6AD6C1) is known color: Downy. HEX triplet: 6A, D6 and C1. RGB value is (106,214,193). Sum of RGB (Red+Green+Blue) = 106+214+193=513 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.66% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 214 - color contains mainly: green. Hex color #6AD6C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AD6C1 is #95293E. Grayscale: #B3B3B3. Windows color (decimal): -9775423 or 12703338. OLE color: 12703338.
HSL color Cylindrical-coordinate representation of color #6AD6C1: hue angle of 168.33º 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 #6AD6C1 is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 214 | 193 | - |
| CMYK | 0.50 | 0 | 0.10 | 0.16 |
| HSL | 168.33º | 0.57% | 0.63% | - |
| HSV(B) | 168.33º | 0.5% | 0.84% | - |
| XYZ | 39.62 | 55.01 | 58.98 | - |
| YUV | 179.31 | 135.72 | 75.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 214 | 193 | 0.50 | 0 | 0.10 | 0.16 | 168.33 | 0.57 | 0.63 |
| Hex | 6A | D6 | C1 | 32 | 0 | A | 10 | A8 | 39 | 3F |
| Octal | 152 | 326 | 301 | 62 | 0 | 12 | 20 | 250 | 71 | 77 |
| Binary | 1101010 | 11010110 | 11000001 | 110010 | 0 | 1010 | 10000 | 10101000 | 111001 | 111111 |
Color Harmonies of #6AD6C1
Complementary color
Monochromatic Colors of #6AD6C1
Black with #6AD6C1
Text Example
Text Example
White with #6AD6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD6C1; }
p { color: rgb(106,214,193); }
H1.HeaderClassName
{
color: #6AD6C1;
}
.AnyTagClassName
{
color: #6AD6C1;
}
</style>
background-color css
<style>
a { background-color: #6AD6C1; }
a { background-color: rgb(106,214,193); }
div.DivClassName
{
background-color: #6AD6C1;
}
.BgClassName
{
background-color: #6AD6C1;
}
</style>
border-color css
<style>
span { border-color: #6AD6C1; }
span { border-color: rgb(106,214,193); }
td.TdClassName
{
border-color: #6AD6C1;
}
.TagClassName
{
border-color: #6AD6C1;
}
</style>