Shades of Downy #6ACDBD
Tints of Downy #6ACDBD
RGB
CMYK
RGB Variations
Color information
#6ACDBD (or 0x6ACDBD) is known color: Downy. HEX triplet: 6A, CD and BD. RGB value is (106,205,189). Sum of RGB (Red+Green+Blue) = 106+205+189=500 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.2% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 189 (74.22% from 255 or 37.8% from 500); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ACDBD is #953242. Grayscale: #ADADAD. Windows color (decimal): -9777731 or 12438890. OLE color: 12438890.
HSL color Cylindrical-coordinate representation of color #6ACDBD: hue angle of 170.3º 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 #6ACDBD is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 106 | 205 | 189 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.20 |
| HSL | 170.3º | 0.5% | 0.61% | - |
| HSV(B) | 170.3º | 0.48% | 0.8% | - |
| XYZ | 36.96 | 50.4 | 55.92 | - |
| YUV | 173.58 | 136.7 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 205 | 189 | 0.48 | 0 | 0.08 | 0.20 | 170.3 | 0.5 | 0.61 |
| Hex | 6A | CD | BD | 30 | 0 | 8 | 14 | AA | 32 | 3D |
| Octal | 152 | 315 | 275 | 60 | 0 | 10 | 24 | 252 | 62 | 75 |
| Binary | 1101010 | 11001101 | 10111101 | 110000 | 0 | 1000 | 10100 | 10101010 | 110010 | 111101 |
Color Harmonies of #6ACDBD
Complementary color
Monochromatic Colors of #6ACDBD
Black with #6ACDBD
Text Example
Text Example
White with #6ACDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACDBD; }
p { color: rgb(106,205,189); }
H1.HeaderClassName
{
color: #6ACDBD;
}
.AnyTagClassName
{
color: #6ACDBD;
}
</style>
background-color css
<style>
a { background-color: #6ACDBD; }
a { background-color: rgb(106,205,189); }
div.DivClassName
{
background-color: #6ACDBD;
}
.BgClassName
{
background-color: #6ACDBD;
}
</style>
border-color css
<style>
span { border-color: #6ACDBD; }
span { border-color: rgb(106,205,189); }
td.TdClassName
{
border-color: #6ACDBD;
}
.TagClassName
{
border-color: #6ACDBD;
}
</style>