Shades of Downy #6AD5C2
Tints of Downy #6AD5C2
RGB
CMYK
RGB Variations
Color information
#6AD5C2 (or 0x6AD5C2) is known color: Downy. HEX triplet: 6A, D5 and C2. RGB value is (106,213,194). Sum of RGB (Red+Green+Blue) = 106+213+194=513 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.66% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 213 - color contains mainly: green. Hex color #6AD5C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AD5C2 is #952A3D. Grayscale: #B2B2B2. Windows color (decimal): -9775678 or 12768618. OLE color: 12768618.
HSL color Cylindrical-coordinate representation of color #6AD5C2: hue angle of 169.35º degrees, saturation: 0.56, 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 #6AD5C2 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 213 | 194 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.16 |
| HSL | 169.35º | 0.56% | 0.63% | - |
| HSV(B) | 169.35º | 0.5% | 0.84% | - |
| XYZ | 39.48 | 54.55 | 59.49 | - |
| YUV | 178.84 | 136.55 | 76.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 213 | 194 | 0.50 | 0 | 0.09 | 0.16 | 169.35 | 0.56 | 0.63 |
| Hex | 6A | D5 | C2 | 32 | 0 | 9 | 10 | A9 | 38 | 3F |
| Octal | 152 | 325 | 302 | 62 | 0 | 11 | 20 | 251 | 70 | 77 |
| Binary | 1101010 | 11010101 | 11000010 | 110010 | 0 | 1001 | 10000 | 10101001 | 111000 | 111111 |
Color Harmonies of #6AD5C2
Complementary color
Monochromatic Colors of #6AD5C2
Black with #6AD5C2
Text Example
Text Example
White with #6AD5C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD5C2; }
p { color: rgb(106,213,194); }
H1.HeaderClassName
{
color: #6AD5C2;
}
.AnyTagClassName
{
color: #6AD5C2;
}
</style>
background-color css
<style>
a { background-color: #6AD5C2; }
a { background-color: rgb(106,213,194); }
div.DivClassName
{
background-color: #6AD5C2;
}
.BgClassName
{
background-color: #6AD5C2;
}
</style>
border-color css
<style>
span { border-color: #6AD5C2; }
span { border-color: rgb(106,213,194); }
td.TdClassName
{
border-color: #6AD5C2;
}
.TagClassName
{
border-color: #6AD5C2;
}
</style>