Shades of Downy #69C5BD
Tints of Downy #69C5BD
RGB
CMYK
RGB Variations
Color information
#69C5BD (or 0x69C5BD) is known color: Downy. HEX triplet: 69, C5 and BD. RGB value is (105,197,189). Sum of RGB (Red+Green+Blue) = 105+197+189=491 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.38% from 491); Green value is 197 (77.34% from 255 or 40.12% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 197 - color contains mainly: green. Hex color #69C5BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C5BD is #963A42. Grayscale: #A8A8A8. Windows color (decimal): -9845315 or 12436841. OLE color: 12436841.
HSL color Cylindrical-coordinate representation of color #69C5BD: hue angle of 174.78º 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 #69C5BD is Cyan = 0.47, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 105 | 197 | 189 | - |
| CMYK | 0.47 | 0 | 0.04 | 0.23 |
| HSL | 174.78º | 0.44% | 0.59% | - |
| HSV(B) | 174.78º | 0.47% | 0.77% | - |
| XYZ | 34.98 | 46.61 | 55.3 | - |
| YUV | 168.58 | 139.52 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 197 | 189 | 0.47 | 0 | 0.04 | 0.23 | 174.78 | 0.44 | 0.59 |
| Hex | 69 | C5 | BD | 2F | 0 | 4 | 17 | AF | 2C | 3B |
| Octal | 151 | 305 | 275 | 57 | 0 | 4 | 27 | 257 | 54 | 73 |
| Binary | 1101001 | 11000101 | 10111101 | 101111 | 0 | 100 | 10111 | 10101111 | 101100 | 111011 |
Color Harmonies of #69C5BD
Complementary color
Monochromatic Colors of #69C5BD
Black with #69C5BD
Text Example
Text Example
White with #69C5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C5BD; }
p { color: rgb(105,197,189); }
H1.HeaderClassName
{
color: #69C5BD;
}
.AnyTagClassName
{
color: #69C5BD;
}
</style>
background-color css
<style>
a { background-color: #69C5BD; }
a { background-color: rgb(105,197,189); }
div.DivClassName
{
background-color: #69C5BD;
}
.BgClassName
{
background-color: #69C5BD;
}
</style>
border-color css
<style>
span { border-color: #69C5BD; }
span { border-color: rgb(105,197,189); }
td.TdClassName
{
border-color: #69C5BD;
}
.TagClassName
{
border-color: #69C5BD;
}
</style>