Shades of Downy #6ADECA
Tints of Downy #6ADECA
RGB
CMYK
RGB Variations
Color information
#6ADECA (or 0x6ADECA) is known color: Downy. HEX triplet: 6A, DE and CA. RGB value is (106,222,202). Sum of RGB (Red+Green+Blue) = 106+222+202=530 (70% of max value = 765). Red value is 106 (41.80% from 255 or 20% from 530); Green value is 222 (87.11% from 255 or 41.89% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADECA is #952135. Grayscale: #B8B8B8. Windows color (decimal): -9773366 or 13295210. OLE color: 13295210.
HSL color Cylindrical-coordinate representation of color #6ADECA: hue angle of 169.66º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADECA is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 222 | 202 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.13 |
| HSL | 169.66º | 0.64% | 0.64% | - |
| HSV(B) | 169.66º | 0.52% | 0.87% | - |
| XYZ | 42.73 | 59.57 | 65.12 | - |
| YUV | 185.04 | 137.57 | 71.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 222 | 202 | 0.52 | 0 | 0.09 | 0.13 | 169.66 | 0.64 | 0.64 |
| Hex | 6A | DE | CA | 34 | 0 | 9 | D | AA | 40 | 40 |
| Octal | 152 | 336 | 312 | 64 | 0 | 11 | 15 | 252 | 100 | 100 |
| Binary | 1101010 | 11011110 | 11001010 | 110100 | 0 | 1001 | 1101 | 10101010 | 1000000 | 1000000 |
Color Harmonies of #6ADECA
Complementary color
Monochromatic Colors of #6ADECA
Black with #6ADECA
Text Example
Text Example
White with #6ADECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADECA; }
p { color: rgb(106,222,202); }
H1.HeaderClassName
{
color: #6ADECA;
}
.AnyTagClassName
{
color: #6ADECA;
}
</style>
background-color css
<style>
a { background-color: #6ADECA; }
a { background-color: rgb(106,222,202); }
div.DivClassName
{
background-color: #6ADECA;
}
.BgClassName
{
background-color: #6ADECA;
}
</style>
border-color css
<style>
span { border-color: #6ADECA; }
span { border-color: rgb(106,222,202); }
td.TdClassName
{
border-color: #6ADECA;
}
.TagClassName
{
border-color: #6ADECA;
}
</style>