Shades of Downy #6ADCBA
Tints of Downy #6ADCBA
RGB
CMYK
RGB Variations
Color information
#6ADCBA (or 0x6ADCBA) is known color: Downy. HEX triplet: 6A, DC and BA. RGB value is (106,220,186). Sum of RGB (Red+Green+Blue) = 106+220+186=512 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.70% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADCBA is #952345. Grayscale: #B6B6B6. Windows color (decimal): -9773894 or 12246122. OLE color: 12246122.
HSL color Cylindrical-coordinate representation of color #6ADCBA: hue angle of 162.11º degrees, saturation: 0.62, 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 #6ADCBA is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 106 | 220 | 186 | - |
| CMYK | 0.52 | 0 | 0.15 | 0.14 |
| HSL | 162.11º | 0.62% | 0.64% | - |
| HSV(B) | 162.11º | 0.52% | 0.86% | - |
| XYZ | 40.4 | 57.8 | 55.48 | - |
| YUV | 182.04 | 130.23 | 73.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 220 | 186 | 0.52 | 0 | 0.15 | 0.14 | 162.11 | 0.62 | 0.64 |
| Hex | 6A | DC | BA | 34 | 0 | F | E | A2 | 3E | 40 |
| Octal | 152 | 334 | 272 | 64 | 0 | 17 | 16 | 242 | 76 | 100 |
| Binary | 1101010 | 11011100 | 10111010 | 110100 | 0 | 1111 | 1110 | 10100010 | 111110 | 1000000 |
Color Harmonies of #6ADCBA
Complementary color
Monochromatic Colors of #6ADCBA
Black with #6ADCBA
Text Example
Text Example
White with #6ADCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADCBA; }
p { color: rgb(106,220,186); }
H1.HeaderClassName
{
color: #6ADCBA;
}
.AnyTagClassName
{
color: #6ADCBA;
}
</style>
background-color css
<style>
a { background-color: #6ADCBA; }
a { background-color: rgb(106,220,186); }
div.DivClassName
{
background-color: #6ADCBA;
}
.BgClassName
{
background-color: #6ADCBA;
}
</style>
border-color css
<style>
span { border-color: #6ADCBA; }
span { border-color: rgb(106,220,186); }
td.TdClassName
{
border-color: #6ADCBA;
}
.TagClassName
{
border-color: #6ADCBA;
}
</style>