Shades of Downy #6ADBC9
Tints of Downy #6ADBC9
RGB
CMYK
RGB Variations
Color information
#6ADBC9 (or 0x6ADBC9) is known color: Downy. HEX triplet: 6A, DB and C9. RGB value is (106,219,201). Sum of RGB (Red+Green+Blue) = 106+219+201=526 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.15% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 201 (78.91% from 255 or 38.21% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #6ADBC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADBC9 is #952436. Grayscale: #B7B7B7. Windows color (decimal): -9774135 or 13228906. OLE color: 13228906.
HSL color Cylindrical-coordinate representation of color #6ADBC9: hue angle of 170.44º 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 #6ADBC9 is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 219 | 201 | - |
| CMYK | 0.52 | 0 | 0.08 | 0.14 |
| HSL | 170.44º | 0.61% | 0.64% | - |
| HSV(B) | 170.44º | 0.52% | 0.86% | - |
| XYZ | 41.82 | 57.94 | 64.24 | - |
| YUV | 183.16 | 138.06 | 72.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 219 | 201 | 0.52 | 0 | 0.08 | 0.14 | 170.44 | 0.61 | 0.64 |
| Hex | 6A | DB | C9 | 34 | 0 | 8 | E | AA | 3D | 40 |
| Octal | 152 | 333 | 311 | 64 | 0 | 10 | 16 | 252 | 75 | 100 |
| Binary | 1101010 | 11011011 | 11001001 | 110100 | 0 | 1000 | 1110 | 10101010 | 111101 | 1000000 |
Color Harmonies of #6ADBC9
Complementary color
Monochromatic Colors of #6ADBC9
Black with #6ADBC9
Text Example
Text Example
White with #6ADBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADBC9; }
p { color: rgb(106,219,201); }
H1.HeaderClassName
{
color: #6ADBC9;
}
.AnyTagClassName
{
color: #6ADBC9;
}
</style>
background-color css
<style>
a { background-color: #6ADBC9; }
a { background-color: rgb(106,219,201); }
div.DivClassName
{
background-color: #6ADBC9;
}
.BgClassName
{
background-color: #6ADBC9;
}
</style>
border-color css
<style>
span { border-color: #6ADBC9; }
span { border-color: rgb(106,219,201); }
td.TdClassName
{
border-color: #6ADBC9;
}
.TagClassName
{
border-color: #6ADBC9;
}
</style>