Shades of Downy #6ADACD
Tints of Downy #6ADACD
RGB
CMYK
RGB Variations
Color information
#6ADACD (or 0x6ADACD) is known color: Downy. HEX triplet: 6A, DA and CD. RGB value is (106,218,205). Sum of RGB (Red+Green+Blue) = 106+218+205=529 (70% of max value = 765). Red value is 106 (41.80% from 255 or 20.04% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADACD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADACD is #952532. Grayscale: #B6B6B6. Windows color (decimal): -9774387 or 13490794. OLE color: 13490794.
HSL color Cylindrical-coordinate representation of color #6ADACD: hue angle of 173.04º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6ADACD is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 218 | 205 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.15 |
| HSL | 173.04º | 0.6% | 0.64% | - |
| HSV(B) | 173.04º | 0.51% | 0.85% | - |
| XYZ | 42.03 | 57.61 | 66.66 | - |
| YUV | 183.03 | 140.39 | 73.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 218 | 205 | 0.51 | 0 | 0.06 | 0.15 | 173.04 | 0.6 | 0.64 |
| Hex | 6A | DA | CD | 33 | 0 | 6 | F | AD | 3C | 40 |
| Octal | 152 | 332 | 315 | 63 | 0 | 6 | 17 | 255 | 74 | 100 |
| Binary | 1101010 | 11011010 | 11001101 | 110011 | 0 | 110 | 1111 | 10101101 | 111100 | 1000000 |
Color Harmonies of #6ADACD
Complementary color
Monochromatic Colors of #6ADACD
Black with #6ADACD
Text Example
Text Example
White with #6ADACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADACD; }
p { color: rgb(106,218,205); }
H1.HeaderClassName
{
color: #6ADACD;
}
.AnyTagClassName
{
color: #6ADACD;
}
</style>
background-color css
<style>
a { background-color: #6ADACD; }
a { background-color: rgb(106,218,205); }
div.DivClassName
{
background-color: #6ADACD;
}
.BgClassName
{
background-color: #6ADACD;
}
</style>
border-color css
<style>
span { border-color: #6ADACD; }
span { border-color: rgb(106,218,205); }
td.TdClassName
{
border-color: #6ADACD;
}
.TagClassName
{
border-color: #6ADACD;
}
</style>