Shades of Downy #6ADFCD
Tints of Downy #6ADFCD
RGB
CMYK
RGB Variations
Color information
#6ADFCD (or 0x6ADFCD) is known color: Downy. HEX triplet: 6A, DF and CD. RGB value is (106,223,205). Sum of RGB (Red+Green+Blue) = 106+223+205=534 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.85% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #6ADFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADFCD is #952032. Grayscale: #B9B9B9. Windows color (decimal): -9773107 or 13492074. OLE color: 13492074.
HSL color Cylindrical-coordinate representation of color #6ADFCD: hue angle of 170.77º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADFCD is Cyan = 0.52, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 223 | 205 | - |
| CMYK | 0.52 | 0 | 0.08 | 0.13 |
| HSL | 170.77º | 0.65% | 0.65% | - |
| HSV(B) | 170.77º | 0.52% | 0.87% | - |
| XYZ | 43.35 | 60.25 | 67.1 | - |
| YUV | 185.97 | 138.74 | 70.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 223 | 205 | 0.52 | 0 | 0.08 | 0.13 | 170.77 | 0.65 | 0.65 |
| Hex | 6A | DF | CD | 34 | 0 | 8 | D | AB | 41 | 41 |
| Octal | 152 | 337 | 315 | 64 | 0 | 10 | 15 | 253 | 101 | 101 |
| Binary | 1101010 | 11011111 | 11001101 | 110100 | 0 | 1000 | 1101 | 10101011 | 1000001 | 1000001 |
Color Harmonies of #6ADFCD
Complementary color
Monochromatic Colors of #6ADFCD
Black with #6ADFCD
Text Example
Text Example
White with #6ADFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADFCD; }
p { color: rgb(106,223,205); }
H1.HeaderClassName
{
color: #6ADFCD;
}
.AnyTagClassName
{
color: #6ADFCD;
}
</style>
background-color css
<style>
a { background-color: #6ADFCD; }
a { background-color: rgb(106,223,205); }
div.DivClassName
{
background-color: #6ADFCD;
}
.BgClassName
{
background-color: #6ADFCD;
}
</style>
border-color css
<style>
span { border-color: #6ADFCD; }
span { border-color: rgb(106,223,205); }
td.TdClassName
{
border-color: #6ADFCD;
}
.TagClassName
{
border-color: #6ADFCD;
}
</style>