Shades of Downy #69C7BD
Tints of Downy #69C7BD
RGB
CMYK
RGB Variations
Color information
#69C7BD (or 0x69C7BD) is known color: Downy. HEX triplet: 69, C7 and BD. RGB value is (105,199,189). Sum of RGB (Red+Green+Blue) = 105+199+189=493 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.30% from 493); Green value is 199 (78.12% from 255 or 40.37% from 493); Blue value is 189 (74.22% from 255 or 38.34% from 493); Max value from RGB is 199 - color contains mainly: green. Hex color #69C7BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C7BD is #963842. Grayscale: #A9A9A9. Windows color (decimal): -9844803 or 12437353. OLE color: 12437353.
HSL color Cylindrical-coordinate representation of color #69C7BD: hue angle of 173.62º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #69C7BD is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 199 | 189 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.22 |
| HSL | 173.62º | 0.46% | 0.6% | - |
| HSV(B) | 173.62º | 0.47% | 0.78% | - |
| XYZ | 35.43 | 47.52 | 55.45 | - |
| YUV | 169.75 | 138.86 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 199 | 189 | 0.47 | 0 | 0.05 | 0.22 | 173.62 | 0.46 | 0.6 |
| Hex | 69 | C7 | BD | 2F | 0 | 5 | 16 | AE | 2E | 3C |
| Octal | 151 | 307 | 275 | 57 | 0 | 5 | 26 | 256 | 56 | 74 |
| Binary | 1101001 | 11000111 | 10111101 | 101111 | 0 | 101 | 10110 | 10101110 | 101110 | 111100 |
Color Harmonies of #69C7BD
Complementary color
Monochromatic Colors of #69C7BD
Black with #69C7BD
Text Example
Text Example
White with #69C7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C7BD; }
p { color: rgb(105,199,189); }
H1.HeaderClassName
{
color: #69C7BD;
}
.AnyTagClassName
{
color: #69C7BD;
}
</style>
background-color css
<style>
a { background-color: #69C7BD; }
a { background-color: rgb(105,199,189); }
div.DivClassName
{
background-color: #69C7BD;
}
.BgClassName
{
background-color: #69C7BD;
}
</style>
border-color css
<style>
span { border-color: #69C7BD; }
span { border-color: rgb(105,199,189); }
td.TdClassName
{
border-color: #69C7BD;
}
.TagClassName
{
border-color: #69C7BD;
}
</style>