Shades of Downy #69C2C5
Tints of Downy #69C2C5
RGB
CMYK
RGB Variations
Color information
#69C2C5 (or 0x69C2C5) is known color: Downy. HEX triplet: 69, C2 and C5. RGB value is (105,194,197). Sum of RGB (Red+Green+Blue) = 105+194+197=496 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.17% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 197 (77.34% from 255 or 39.72% from 496); Max value from RGB is 197 - color contains mainly: blue. Hex color #69C2C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C2C5 is #963D3A. Grayscale: #A7A7A7. Windows color (decimal): -9846075 or 12960361. OLE color: 12960361.
HSL color Cylindrical-coordinate representation of color #69C2C5: hue angle of 181.96º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69C2C5 is Cyan = 0.47, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 105 | 194 | 197 | - |
| CMYK | 0.47 | 0.02 | 0 | 0.23 |
| HSL | 181.96º | 0.44% | 0.59% | - |
| HSV(B) | 181.96º | 0.47% | 0.77% | - |
| XYZ | 35.2 | 45.62 | 59.77 | - |
| YUV | 167.73 | 144.51 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 194 | 197 | 0.47 | 0.02 | 0 | 0.23 | 181.96 | 0.44 | 0.59 |
| Hex | 69 | C2 | C5 | 2F | 2 | 0 | 17 | B6 | 2C | 3B |
| Octal | 151 | 302 | 305 | 57 | 2 | 0 | 27 | 266 | 54 | 73 |
| Binary | 1101001 | 11000010 | 11000101 | 101111 | 10 | 0 | 10111 | 10110110 | 101100 | 111011 |
Color Harmonies of #69C2C5
Complementary color
Monochromatic Colors of #69C2C5
Black with #69C2C5
Text Example
Text Example
White with #69C2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C2C5; }
p { color: rgb(105,194,197); }
H1.HeaderClassName
{
color: #69C2C5;
}
.AnyTagClassName
{
color: #69C2C5;
}
</style>
background-color css
<style>
a { background-color: #69C2C5; }
a { background-color: rgb(105,194,197); }
div.DivClassName
{
background-color: #69C2C5;
}
.BgClassName
{
background-color: #69C2C5;
}
</style>
border-color css
<style>
span { border-color: #69C2C5; }
span { border-color: rgb(105,194,197); }
td.TdClassName
{
border-color: #69C2C5;
}
.TagClassName
{
border-color: #69C2C5;
}
</style>