Shades of Downy #69DEC8
Tints of Downy #69DEC8
RGB
CMYK
RGB Variations
Color information
#69DEC8 (or 0x69DEC8) is known color: Downy. HEX triplet: 69, DE and C8. RGB value is (105,222,200). Sum of RGB (Red+Green+Blue) = 105+222+200=527 (69% of max value = 765). Red value is 105 (41.41% from 255 or 19.92% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 200 (78.52% from 255 or 37.95% from 527); Max value from RGB is 222 - color contains mainly: green. Hex color #69DEC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DEC8 is #962137. Grayscale: #B8B8B8. Windows color (decimal): -9838904 or 13164137. OLE color: 13164137.
HSL color Cylindrical-coordinate representation of color #69DEC8: hue angle of 168.72º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69DEC8 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 222 | 200 | - |
| CMYK | 0.53 | 0 | 0.10 | 0.13 |
| HSL | 168.72º | 0.64% | 0.64% | - |
| HSV(B) | 168.72º | 0.53% | 0.87% | - |
| XYZ | 42.37 | 59.42 | 63.88 | - |
| YUV | 184.51 | 136.74 | 71.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 222 | 200 | 0.53 | 0 | 0.10 | 0.13 | 168.72 | 0.64 | 0.64 |
| Hex | 69 | DE | C8 | 35 | 0 | A | D | A9 | 40 | 40 |
| Octal | 151 | 336 | 310 | 65 | 0 | 12 | 15 | 251 | 100 | 100 |
| Binary | 1101001 | 11011110 | 11001000 | 110101 | 0 | 1010 | 1101 | 10101001 | 1000000 | 1000000 |
Color Harmonies of #69DEC8
Complementary color
Monochromatic Colors of #69DEC8
Black with #69DEC8
Text Example
Text Example
White with #69DEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DEC8; }
p { color: rgb(105,222,200); }
H1.HeaderClassName
{
color: #69DEC8;
}
.AnyTagClassName
{
color: #69DEC8;
}
</style>
background-color css
<style>
a { background-color: #69DEC8; }
a { background-color: rgb(105,222,200); }
div.DivClassName
{
background-color: #69DEC8;
}
.BgClassName
{
background-color: #69DEC8;
}
</style>
border-color css
<style>
span { border-color: #69DEC8; }
span { border-color: rgb(105,222,200); }
td.TdClassName
{
border-color: #69DEC8;
}
.TagClassName
{
border-color: #69DEC8;
}
</style>