Shades of Downy #6ACDB4
Tints of Downy #6ACDB4
RGB
CMYK
RGB Variations
Color information
#6ACDB4 (or 0x6ACDB4) is known color: Downy. HEX triplet: 6A, CD and B4. RGB value is (106,205,180). Sum of RGB (Red+Green+Blue) = 106+205+180=491 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.59% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACDB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACDB4 is #95324B. Grayscale: #ACACAC. Windows color (decimal): -9777740 or 11849066. OLE color: 11849066.
HSL color Cylindrical-coordinate representation of color #6ACDB4: hue angle of 164.85º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ACDB4 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 205 | 180 | - |
| CMYK | 0.48 | 0 | 0.12 | 0.20 |
| HSL | 164.85º | 0.5% | 0.61% | - |
| HSV(B) | 164.85º | 0.48% | 0.8% | - |
| XYZ | 36.01 | 50.02 | 50.94 | - |
| YUV | 172.55 | 132.2 | 80.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 205 | 180 | 0.48 | 0 | 0.12 | 0.20 | 164.85 | 0.5 | 0.61 |
| Hex | 6A | CD | B4 | 30 | 0 | C | 14 | A5 | 32 | 3D |
| Octal | 152 | 315 | 264 | 60 | 0 | 14 | 24 | 245 | 62 | 75 |
| Binary | 1101010 | 11001101 | 10110100 | 110000 | 0 | 1100 | 10100 | 10100101 | 110010 | 111101 |
Color Harmonies of #6ACDB4
Complementary color
Monochromatic Colors of #6ACDB4
Black with #6ACDB4
Text Example
Text Example
White with #6ACDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACDB4; }
p { color: rgb(106,205,180); }
H1.HeaderClassName
{
color: #6ACDB4;
}
.AnyTagClassName
{
color: #6ACDB4;
}
</style>
background-color css
<style>
a { background-color: #6ACDB4; }
a { background-color: rgb(106,205,180); }
div.DivClassName
{
background-color: #6ACDB4;
}
.BgClassName
{
background-color: #6ACDB4;
}
</style>
border-color css
<style>
span { border-color: #6ACDB4; }
span { border-color: rgb(106,205,180); }
td.TdClassName
{
border-color: #6ACDB4;
}
.TagClassName
{
border-color: #6ACDB4;
}
</style>