Shades of Downy #69C5BF
Tints of Downy #69C5BF
RGB
CMYK
RGB Variations
Color information
#69C5BF (or 0x69C5BF) is known color: Downy. HEX triplet: 69, C5 and BF. RGB value is (105,197,191). Sum of RGB (Red+Green+Blue) = 105+197+191=493 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.30% from 493); Green value is 197 (77.34% from 255 or 39.96% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 197 - color contains mainly: green. Hex color #69C5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C5BF is #963A40. Grayscale: #A8A8A8. Windows color (decimal): -9845313 or 12567913. OLE color: 12567913.
HSL color Cylindrical-coordinate representation of color #69C5BF: hue angle of 176.09º 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 #69C5BF is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 105 | 197 | 191 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.23 |
| HSL | 176.09º | 0.44% | 0.59% | - |
| HSV(B) | 176.09º | 0.47% | 0.77% | - |
| XYZ | 35.2 | 46.7 | 56.45 | - |
| YUV | 168.81 | 140.52 | 82.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 197 | 191 | 0.47 | 0 | 0.03 | 0.23 | 176.09 | 0.44 | 0.59 |
| Hex | 69 | C5 | BF | 2F | 0 | 3 | 17 | B0 | 2C | 3B |
| Octal | 151 | 305 | 277 | 57 | 0 | 3 | 27 | 260 | 54 | 73 |
| Binary | 1101001 | 11000101 | 10111111 | 101111 | 0 | 11 | 10111 | 10110000 | 101100 | 111011 |
Color Harmonies of #69C5BF
Complementary color
Monochromatic Colors of #69C5BF
Black with #69C5BF
Text Example
Text Example
White with #69C5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C5BF; }
p { color: rgb(105,197,191); }
H1.HeaderClassName
{
color: #69C5BF;
}
.AnyTagClassName
{
color: #69C5BF;
}
</style>
background-color css
<style>
a { background-color: #69C5BF; }
a { background-color: rgb(105,197,191); }
div.DivClassName
{
background-color: #69C5BF;
}
.BgClassName
{
background-color: #69C5BF;
}
</style>
border-color css
<style>
span { border-color: #69C5BF; }
span { border-color: rgb(105,197,191); }
td.TdClassName
{
border-color: #69C5BF;
}
.TagClassName
{
border-color: #69C5BF;
}
</style>