Shades of Downy #69ECCC
Tints of Downy #69ECCC
RGB
CMYK
RGB Variations
Color information
#69ECCC (or 0x69ECCC) is known color: Downy. HEX triplet: 69, EC and CC. RGB value is (105,236,204). Sum of RGB (Red+Green+Blue) = 105+236+204=545 (72% of max value = 765). Red value is 105 (41.41% from 255 or 19.27% from 545); Green value is 236 (92.58% from 255 or 43.30% from 545); Blue value is 204 (80.08% from 255 or 37.43% from 545); Max value from RGB is 236 - color contains mainly: green. Hex color #69ECCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69ECCC is #961333. Grayscale: #C1C1C1. Windows color (decimal): -9835316 or 13429865. OLE color: 13429865.
HSL color Cylindrical-coordinate representation of color #69ECCC: hue angle of 165.34º 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 #69ECCC is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 236 | 204 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.07 |
| HSL | 165.34º | 0.78% | 0.67% | - |
| HSV(B) | 165.34º | 0.56% | 0.93% | - |
| XYZ | 46.72 | 67.35 | 67.66 | - |
| YUV | 193.18 | 134.1 | 65.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 236 | 204 | 0.56 | 0 | 0.14 | 0.07 | 165.34 | 0.78 | 0.67 |
| Hex | 69 | EC | CC | 38 | 0 | E | 7 | A5 | 4E | 43 |
| Octal | 151 | 354 | 314 | 70 | 0 | 16 | 7 | 245 | 116 | 103 |
| Binary | 1101001 | 11101100 | 11001100 | 111000 | 0 | 1110 | 111 | 10100101 | 1001110 | 1000011 |
Color Harmonies of #69ECCC
Complementary color
Monochromatic Colors of #69ECCC
Black with #69ECCC
Text Example
Text Example
White with #69ECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ECCC; }
p { color: rgb(105,236,204); }
H1.HeaderClassName
{
color: #69ECCC;
}
.AnyTagClassName
{
color: #69ECCC;
}
</style>
background-color css
<style>
a { background-color: #69ECCC; }
a { background-color: rgb(105,236,204); }
div.DivClassName
{
background-color: #69ECCC;
}
.BgClassName
{
background-color: #69ECCC;
}
</style>
border-color css
<style>
span { border-color: #69ECCC; }
span { border-color: rgb(105,236,204); }
td.TdClassName
{
border-color: #69ECCC;
}
.TagClassName
{
border-color: #69ECCC;
}
</style>