Shades of Downy #69ECCD
Tints of Downy #69ECCD
RGB
CMYK
RGB Variations
Color information
#69ECCD (or 0x69ECCD) is known color: Downy. HEX triplet: 69, EC and CD. RGB value is (105,236,205). Sum of RGB (Red+Green+Blue) = 105+236+205=546 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.23% from 546); Green value is 236 (92.58% from 255 or 43.22% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 236 - color contains mainly: green. Hex color #69ECCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69ECCD is #961332. Grayscale: #C1C1C1. Windows color (decimal): -9835315 or 13495401. OLE color: 13495401.
HSL color Cylindrical-coordinate representation of color #69ECCD: hue angle of 165.8º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69ECCD is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 236 | 205 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.07 |
| HSL | 165.8º | 0.78% | 0.67% | - |
| HSV(B) | 165.8º | 0.56% | 0.93% | - |
| XYZ | 46.84 | 67.4 | 68.3 | - |
| YUV | 193.3 | 134.6 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 236 | 205 | 0.56 | 0 | 0.13 | 0.07 | 165.8 | 0.78 | 0.67 |
| Hex | 69 | EC | CD | 38 | 0 | D | 7 | A6 | 4E | 43 |
| Octal | 151 | 354 | 315 | 70 | 0 | 15 | 7 | 246 | 116 | 103 |
| Binary | 1101001 | 11101100 | 11001101 | 111000 | 0 | 1101 | 111 | 10100110 | 1001110 | 1000011 |
Color Harmonies of #69ECCD
Complementary color
Monochromatic Colors of #69ECCD
Black with #69ECCD
Text Example
Text Example
White with #69ECCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ECCD; }
p { color: rgb(105,236,205); }
H1.HeaderClassName
{
color: #69ECCD;
}
.AnyTagClassName
{
color: #69ECCD;
}
</style>
background-color css
<style>
a { background-color: #69ECCD; }
a { background-color: rgb(105,236,205); }
div.DivClassName
{
background-color: #69ECCD;
}
.BgClassName
{
background-color: #69ECCD;
}
</style>
border-color css
<style>
span { border-color: #69ECCD; }
span { border-color: rgb(105,236,205); }
td.TdClassName
{
border-color: #69ECCD;
}
.TagClassName
{
border-color: #69ECCD;
}
</style>