Shades of Downy #6AD7B8
Tints of Downy #6AD7B8
RGB
CMYK
RGB Variations
Color information
#6AD7B8 (or 0x6AD7B8) is known color: Downy. HEX triplet: 6A, D7 and B8. RGB value is (106,215,184). Sum of RGB (Red+Green+Blue) = 106+215+184=505 (66% of max value = 765). Red value is 106 (41.80% from 255 or 20.99% from 505); Green value is 215 (84.38% from 255 or 42.57% from 505); Blue value is 184 (72.27% from 255 or 36.44% from 505); Max value from RGB is 215 - color contains mainly: green. Hex color #6AD7B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6AD7B8 is #952847. Grayscale: #B2B2B2. Windows color (decimal): -9775176 or 12113770. OLE color: 12113770.
HSL color Cylindrical-coordinate representation of color #6AD7B8: hue angle of 162.94º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6AD7B8 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 106 | 215 | 184 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.16 |
| HSL | 162.94º | 0.58% | 0.63% | - |
| HSV(B) | 162.94º | 0.51% | 0.84% | - |
| XYZ | 38.9 | 55.13 | 53.94 | - |
| YUV | 178.88 | 130.89 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 215 | 184 | 0.51 | 0 | 0.14 | 0.16 | 162.94 | 0.58 | 0.63 |
| Hex | 6A | D7 | B8 | 33 | 0 | E | 10 | A3 | 3A | 3F |
| Octal | 152 | 327 | 270 | 63 | 0 | 16 | 20 | 243 | 72 | 77 |
| Binary | 1101010 | 11010111 | 10111000 | 110011 | 0 | 1110 | 10000 | 10100011 | 111010 | 111111 |
Color Harmonies of #6AD7B8
Complementary color
Monochromatic Colors of #6AD7B8
Black with #6AD7B8
Text Example
Text Example
White with #6AD7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD7B8; }
p { color: rgb(106,215,184); }
H1.HeaderClassName
{
color: #6AD7B8;
}
.AnyTagClassName
{
color: #6AD7B8;
}
</style>
background-color css
<style>
a { background-color: #6AD7B8; }
a { background-color: rgb(106,215,184); }
div.DivClassName
{
background-color: #6AD7B8;
}
.BgClassName
{
background-color: #6AD7B8;
}
</style>
border-color css
<style>
span { border-color: #6AD7B8; }
span { border-color: rgb(106,215,184); }
td.TdClassName
{
border-color: #6AD7B8;
}
.TagClassName
{
border-color: #6AD7B8;
}
</style>