Shades of Downy #69C0BD
Tints of Downy #69C0BD
RGB
CMYK
RGB Variations
Color information
#69C0BD (or 0x69C0BD) is known color: Downy. HEX triplet: 69, C0 and BD. RGB value is (105,192,189). Sum of RGB (Red+Green+Blue) = 105+192+189=486 (64% of max value = 765). Red value is 105 (41.41% from 255 or 21.60% from 486); Green value is 192 (75.39% from 255 or 39.51% from 486); Blue value is 189 (74.22% from 255 or 38.89% from 486); Max value from RGB is 192 - color contains mainly: green. Hex color #69C0BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C0BD is #963F42. Grayscale: #A5A5A5. Windows color (decimal): -9846595 or 12435561. OLE color: 12435561.
HSL color Cylindrical-coordinate representation of color #69C0BD: hue angle of 177.93º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69C0BD is Cyan = 0.45, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 105 | 192 | 189 | - |
| CMYK | 0.45 | 0 | 0.02 | 0.25 |
| HSL | 177.93º | 0.41% | 0.58% | - |
| HSV(B) | 177.93º | 0.45% | 0.75% | - |
| XYZ | 33.86 | 44.38 | 54.93 | - |
| YUV | 165.65 | 141.18 | 84.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 192 | 189 | 0.45 | 0 | 0.02 | 0.25 | 177.93 | 0.41 | 0.58 |
| Hex | 69 | C0 | BD | 2D | 0 | 2 | 19 | B2 | 29 | 3A |
| Octal | 151 | 300 | 275 | 55 | 0 | 2 | 31 | 262 | 51 | 72 |
| Binary | 1101001 | 11000000 | 10111101 | 101101 | 0 | 10 | 11001 | 10110010 | 101001 | 111010 |
Color Harmonies of #69C0BD
Complementary color
Monochromatic Colors of #69C0BD
Black with #69C0BD
Text Example
Text Example
White with #69C0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C0BD; }
p { color: rgb(105,192,189); }
H1.HeaderClassName
{
color: #69C0BD;
}
.AnyTagClassName
{
color: #69C0BD;
}
</style>
background-color css
<style>
a { background-color: #69C0BD; }
a { background-color: rgb(105,192,189); }
div.DivClassName
{
background-color: #69C0BD;
}
.BgClassName
{
background-color: #69C0BD;
}
</style>
border-color css
<style>
span { border-color: #69C0BD; }
span { border-color: rgb(105,192,189); }
td.TdClassName
{
border-color: #69C0BD;
}
.TagClassName
{
border-color: #69C0BD;
}
</style>