Shades of Downy #6ADECE
Tints of Downy #6ADECE
RGB
CMYK
RGB Variations
Color information
#6ADECE (or 0x6ADECE) is known color: Downy. HEX triplet: 6A, DE and CE. RGB value is (106,222,206). Sum of RGB (Red+Green+Blue) = 106+222+206=534 (70% of max value = 765). Red value is 106 (41.80% from 255 or 19.85% from 534); Green value is 222 (87.11% from 255 or 41.57% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADECE is #952131. Grayscale: #B9B9B9. Windows color (decimal): -9773362 or 13557354. OLE color: 13557354.
HSL color Cylindrical-coordinate representation of color #6ADECE: hue angle of 171.72º 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 #6ADECE is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 106 | 222 | 206 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.13 |
| HSL | 171.72º | 0.64% | 0.64% | - |
| HSV(B) | 171.72º | 0.52% | 0.87% | - |
| XYZ | 43.21 | 59.76 | 67.65 | - |
| YUV | 185.49 | 139.57 | 71.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 222 | 206 | 0.52 | 0 | 0.07 | 0.13 | 171.72 | 0.64 | 0.64 |
| Hex | 6A | DE | CE | 34 | 0 | 7 | D | AC | 40 | 40 |
| Octal | 152 | 336 | 316 | 64 | 0 | 7 | 15 | 254 | 100 | 100 |
| Binary | 1101010 | 11011110 | 11001110 | 110100 | 0 | 111 | 1101 | 10101100 | 1000000 | 1000000 |
Color Harmonies of #6ADECE
Complementary color
Monochromatic Colors of #6ADECE
Black with #6ADECE
Text Example
Text Example
White with #6ADECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ADECE; }
p { color: rgb(106,222,206); }
H1.HeaderClassName
{
color: #6ADECE;
}
.AnyTagClassName
{
color: #6ADECE;
}
</style>
background-color css
<style>
a { background-color: #6ADECE; }
a { background-color: rgb(106,222,206); }
div.DivClassName
{
background-color: #6ADECE;
}
.BgClassName
{
background-color: #6ADECE;
}
</style>
border-color css
<style>
span { border-color: #6ADECE; }
span { border-color: rgb(106,222,206); }
td.TdClassName
{
border-color: #6ADECE;
}
.TagClassName
{
border-color: #6ADECE;
}
</style>