Shades of Downy #6ADBC1
Tints of Downy #6ADBC1
RGB
CMYK
RGB Variations
Color information
#6ADBC1 (or 0x6ADBC1) is known color: Downy. HEX triplet: 6A, DB and C1. RGB value is (106,219,193). Sum of RGB (Red+Green+Blue) = 106+219+193=518 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.46% from 518); Green value is 219 (85.94% from 255 or 42.28% from 518); Blue value is 193 (75.78% from 255 or 37.26% from 518); Max value from RGB is 219 - color contains mainly: green. Hex color #6ADBC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADBC1 is #95243E. Grayscale: #B6B6B6. Windows color (decimal): -9774143 or 12704618. OLE color: 12704618.
HSL color Cylindrical-coordinate representation of color #6ADBC1: hue angle of 166.19º 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 #6ADBC1 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 219 | 193 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.14 |
| HSL | 166.19º | 0.61% | 0.64% | - |
| HSV(B) | 166.19º | 0.52% | 0.86% | - |
| XYZ | 40.9 | 57.58 | 59.41 | - |
| YUV | 182.25 | 134.06 | 73.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 219 | 193 | 0.52 | 0 | 0.12 | 0.14 | 166.19 | 0.61 | 0.64 |
| Hex | 6A | DB | C1 | 34 | 0 | C | E | A6 | 3D | 40 |
| Octal | 152 | 333 | 301 | 64 | 0 | 14 | 16 | 246 | 75 | 100 |
| Binary | 1101010 | 11011011 | 11000001 | 110100 | 0 | 1100 | 1110 | 10100110 | 111101 | 1000000 |
Color Harmonies of #6ADBC1
Complementary color
Monochromatic Colors of #6ADBC1
Black with #6ADBC1
Text Example
Text Example
White with #6ADBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADBC1; }
p { color: rgb(106,219,193); }
H1.HeaderClassName
{
color: #6ADBC1;
}
.AnyTagClassName
{
color: #6ADBC1;
}
</style>
background-color css
<style>
a { background-color: #6ADBC1; }
a { background-color: rgb(106,219,193); }
div.DivClassName
{
background-color: #6ADBC1;
}
.BgClassName
{
background-color: #6ADBC1;
}
</style>
border-color css
<style>
span { border-color: #6ADBC1; }
span { border-color: rgb(106,219,193); }
td.TdClassName
{
border-color: #6ADBC1;
}
.TagClassName
{
border-color: #6ADBC1;
}
</style>