Shades of Downy #6AD5BF
Tints of Downy #6AD5BF
RGB
CMYK
RGB Variations
Color information
#6AD5BF (or 0x6AD5BF) is known color: Downy. HEX triplet: 6A, D5 and BF. RGB value is (106,213,191). Sum of RGB (Red+Green+Blue) = 106+213+191=510 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.78% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 213 - color contains mainly: green. Hex color #6AD5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AD5BF is #952A40. Grayscale: #B2B2B2. Windows color (decimal): -9775681 or 12572010. OLE color: 12572010.
HSL color Cylindrical-coordinate representation of color #6AD5BF: hue angle of 167.66º 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 #6AD5BF is Cyan = 0.50, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 213 | 191 | - |
| CMYK | 0.50 | 0 | 0.10 | 0.16 |
| HSL | 167.66º | 0.56% | 0.63% | - |
| HSV(B) | 167.66º | 0.5% | 0.84% | - |
| XYZ | 39.14 | 54.41 | 57.73 | - |
| YUV | 178.5 | 135.05 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 213 | 191 | 0.50 | 0 | 0.10 | 0.16 | 167.66 | 0.56 | 0.63 |
| Hex | 6A | D5 | BF | 32 | 0 | A | 10 | A8 | 38 | 3F |
| Octal | 152 | 325 | 277 | 62 | 0 | 12 | 20 | 250 | 70 | 77 |
| Binary | 1101010 | 11010101 | 10111111 | 110010 | 0 | 1010 | 10000 | 10101000 | 111000 | 111111 |
Color Harmonies of #6AD5BF
Complementary color
Monochromatic Colors of #6AD5BF
Black with #6AD5BF
Text Example
Text Example
White with #6AD5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD5BF; }
p { color: rgb(106,213,191); }
H1.HeaderClassName
{
color: #6AD5BF;
}
.AnyTagClassName
{
color: #6AD5BF;
}
</style>
background-color css
<style>
a { background-color: #6AD5BF; }
a { background-color: rgb(106,213,191); }
div.DivClassName
{
background-color: #6AD5BF;
}
.BgClassName
{
background-color: #6AD5BF;
}
</style>
border-color css
<style>
span { border-color: #6AD5BF; }
span { border-color: rgb(106,213,191); }
td.TdClassName
{
border-color: #6AD5BF;
}
.TagClassName
{
border-color: #6AD5BF;
}
</style>