Shades of Downy #6ADBC4
Tints of Downy #6ADBC4
RGB
CMYK
RGB Variations
Color information
#6ADBC4 (or 0x6ADBC4) is known color: Downy. HEX triplet: 6A, DB and C4. RGB value is (106,219,196). Sum of RGB (Red+Green+Blue) = 106+219+196=521 (69% of max value = 765). Red value is 106 (41.80% from 255 or 20.35% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 196 (76.95% from 255 or 37.62% from 521); Max value from RGB is 219 - color contains mainly: green. Hex color #6ADBC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADBC4 is #95243B. Grayscale: #B6B6B6. Windows color (decimal): -9774140 or 12901226. OLE color: 12901226.
HSL color Cylindrical-coordinate representation of color #6ADBC4: hue angle of 167.79º 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 #6ADBC4 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 219 | 196 | - |
| CMYK | 0.52 | 0 | 0.11 | 0.14 |
| HSL | 167.79º | 0.61% | 0.64% | - |
| HSV(B) | 167.79º | 0.52% | 0.86% | - |
| XYZ | 41.24 | 57.71 | 61.19 | - |
| YUV | 182.59 | 135.56 | 73.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 219 | 196 | 0.52 | 0 | 0.11 | 0.14 | 167.79 | 0.61 | 0.64 |
| Hex | 6A | DB | C4 | 34 | 0 | B | E | A8 | 3D | 40 |
| Octal | 152 | 333 | 304 | 64 | 0 | 13 | 16 | 250 | 75 | 100 |
| Binary | 1101010 | 11011011 | 11000100 | 110100 | 0 | 1011 | 1110 | 10101000 | 111101 | 1000000 |
Color Harmonies of #6ADBC4
Complementary color
Monochromatic Colors of #6ADBC4
Black with #6ADBC4
Text Example
Text Example
White with #6ADBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADBC4; }
p { color: rgb(106,219,196); }
H1.HeaderClassName
{
color: #6ADBC4;
}
.AnyTagClassName
{
color: #6ADBC4;
}
</style>
background-color css
<style>
a { background-color: #6ADBC4; }
a { background-color: rgb(106,219,196); }
div.DivClassName
{
background-color: #6ADBC4;
}
.BgClassName
{
background-color: #6ADBC4;
}
</style>
border-color css
<style>
span { border-color: #6ADBC4; }
span { border-color: rgb(106,219,196); }
td.TdClassName
{
border-color: #6ADBC4;
}
.TagClassName
{
border-color: #6ADBC4;
}
</style>