Shades of Downy #69ECC7
Tints of Downy #69ECC7
RGB
CMYK
RGB Variations
Color information
#69ECC7 (or 0x69ECC7) is known color: Downy. HEX triplet: 69, EC and C7. RGB value is (105,236,199). Sum of RGB (Red+Green+Blue) = 105+236+199=540 (71% of max value = 765). Red value is 105 (41.41% from 255 or 19.44% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 199 (78.12% from 255 or 36.85% from 540); Max value from RGB is 236 - color contains mainly: green. Hex color #69ECC7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #69ECC7 is #961338. Grayscale: #C0C0C0. Windows color (decimal): -9835321 or 13102185. OLE color: 13102185.
HSL color Cylindrical-coordinate representation of color #69ECC7: hue angle of 163.05º 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 #69ECC7 is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 105 | 236 | 199 | - |
| CMYK | 0.56 | 0 | 0.16 | 0.07 |
| HSL | 163.05º | 0.78% | 0.67% | - |
| HSV(B) | 163.05º | 0.56% | 0.93% | - |
| XYZ | 46.13 | 67.12 | 64.56 | - |
| YUV | 192.61 | 131.6 | 65.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 236 | 199 | 0.56 | 0 | 0.16 | 0.07 | 163.05 | 0.78 | 0.67 |
| Hex | 69 | EC | C7 | 38 | 0 | 10 | 7 | A3 | 4E | 43 |
| Octal | 151 | 354 | 307 | 70 | 0 | 20 | 7 | 243 | 116 | 103 |
| Binary | 1101001 | 11101100 | 11000111 | 111000 | 0 | 10000 | 111 | 10100011 | 1001110 | 1000011 |
Color Harmonies of #69ECC7
Complementary color
Monochromatic Colors of #69ECC7
Black with #69ECC7
Text Example
Text Example
White with #69ECC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69ECC7; }
p { color: rgb(105,236,199); }
H1.HeaderClassName
{
color: #69ECC7;
}
.AnyTagClassName
{
color: #69ECC7;
}
</style>
background-color css
<style>
a { background-color: #69ECC7; }
a { background-color: rgb(105,236,199); }
div.DivClassName
{
background-color: #69ECC7;
}
.BgClassName
{
background-color: #69ECC7;
}
</style>
border-color css
<style>
span { border-color: #69ECC7; }
span { border-color: rgb(105,236,199); }
td.TdClassName
{
border-color: #69ECC7;
}
.TagClassName
{
border-color: #69ECC7;
}
</style>