Shades of Downy #6ADBC0
Tints of Downy #6ADBC0
RGB
CMYK
RGB Variations
Color information
#6ADBC0 (or 0x6ADBC0) is known color: Downy. HEX triplet: 6A, DB and C0. RGB value is (106,219,192). Sum of RGB (Red+Green+Blue) = 106+219+192=517 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.50% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 192 (75.39% from 255 or 37.14% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #6ADBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADBC0 is #95243F. Grayscale: #B6B6B6. Windows color (decimal): -9774144 or 12639082. OLE color: 12639082.
HSL color Cylindrical-coordinate representation of color #6ADBC0: hue angle of 165.66º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADBC0 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 219 | 192 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.14 |
| HSL | 165.66º | 0.61% | 0.64% | - |
| HSV(B) | 165.66º | 0.52% | 0.86% | - |
| XYZ | 40.79 | 57.53 | 58.82 | - |
| YUV | 182.14 | 133.56 | 73.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 219 | 192 | 0.52 | 0 | 0.12 | 0.14 | 165.66 | 0.61 | 0.64 |
| Hex | 6A | DB | C0 | 34 | 0 | C | E | A6 | 3D | 40 |
| Octal | 152 | 333 | 300 | 64 | 0 | 14 | 16 | 246 | 75 | 100 |
| Binary | 1101010 | 11011011 | 11000000 | 110100 | 0 | 1100 | 1110 | 10100110 | 111101 | 1000000 |
Color Harmonies of #6ADBC0
Complementary color
Monochromatic Colors of #6ADBC0
Black with #6ADBC0
Text Example
Text Example
White with #6ADBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADBC0; }
p { color: rgb(106,219,192); }
H1.HeaderClassName
{
color: #6ADBC0;
}
.AnyTagClassName
{
color: #6ADBC0;
}
</style>
background-color css
<style>
a { background-color: #6ADBC0; }
a { background-color: rgb(106,219,192); }
div.DivClassName
{
background-color: #6ADBC0;
}
.BgClassName
{
background-color: #6ADBC0;
}
</style>
border-color css
<style>
span { border-color: #6ADBC0; }
span { border-color: rgb(106,219,192); }
td.TdClassName
{
border-color: #6ADBC0;
}
.TagClassName
{
border-color: #6ADBC0;
}
</style>