Shades of Downy #69C8BD
Tints of Downy #69C8BD
RGB
CMYK
RGB Variations
Color information
#69C8BD (or 0x69C8BD) is known color: Downy. HEX triplet: 69, C8 and BD. RGB value is (105,200,189). Sum of RGB (Red+Green+Blue) = 105+200+189=494 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.26% from 494); Green value is 200 (78.52% from 255 or 40.49% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 200 - color contains mainly: green. Hex color #69C8BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69C8BD is #963742. Grayscale: #AAAAAA. Windows color (decimal): -9844547 or 12437609. OLE color: 12437609.
HSL color Cylindrical-coordinate representation of color #69C8BD: hue angle of 173.05º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #69C8BD is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 105 | 200 | 189 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.22 |
| HSL | 173.05º | 0.46% | 0.6% | - |
| HSV(B) | 173.05º | 0.48% | 0.78% | - |
| XYZ | 35.67 | 47.99 | 55.53 | - |
| YUV | 170.34 | 138.53 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 200 | 189 | 0.48 | 0 | 0.06 | 0.22 | 173.05 | 0.46 | 0.6 |
| Hex | 69 | C8 | BD | 30 | 0 | 6 | 16 | AD | 2E | 3C |
| Octal | 151 | 310 | 275 | 60 | 0 | 6 | 26 | 255 | 56 | 74 |
| Binary | 1101001 | 11001000 | 10111101 | 110000 | 0 | 110 | 10110 | 10101101 | 101110 | 111100 |
Color Harmonies of #69C8BD
Complementary color
Monochromatic Colors of #69C8BD
Black with #69C8BD
Text Example
Text Example
White with #69C8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69C8BD; }
p { color: rgb(105,200,189); }
H1.HeaderClassName
{
color: #69C8BD;
}
.AnyTagClassName
{
color: #69C8BD;
}
</style>
background-color css
<style>
a { background-color: #69C8BD; }
a { background-color: rgb(105,200,189); }
div.DivClassName
{
background-color: #69C8BD;
}
.BgClassName
{
background-color: #69C8BD;
}
</style>
border-color css
<style>
span { border-color: #69C8BD; }
span { border-color: rgb(105,200,189); }
td.TdClassName
{
border-color: #69C8BD;
}
.TagClassName
{
border-color: #69C8BD;
}
</style>