Shades of Downy #69D8CB
Tints of Downy #69D8CB
RGB
CMYK
RGB Variations
Color information
#69D8CB (or 0x69D8CB) is known color: Downy. HEX triplet: 69, D8 and CB. RGB value is (105,216,203). Sum of RGB (Red+Green+Blue) = 105+216+203=524 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.04% from 524); Green value is 216 (84.77% from 255 or 41.22% from 524); Blue value is 203 (79.69% from 255 or 38.74% from 524); Max value from RGB is 216 - color contains mainly: green. Hex color #69D8CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D8CB is #962734. Grayscale: #B5B5B5. Windows color (decimal): -9840437 or 13359209. OLE color: 13359209.
HSL color Cylindrical-coordinate representation of color #69D8CB: hue angle of 172.97º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69D8CB is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 105 | 216 | 203 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.15 |
| HSL | 172.97º | 0.59% | 0.63% | - |
| HSV(B) | 172.97º | 0.51% | 0.85% | - |
| XYZ | 41.16 | 56.43 | 65.22 | - |
| YUV | 181.33 | 140.23 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 216 | 203 | 0.51 | 0 | 0.06 | 0.15 | 172.97 | 0.59 | 0.63 |
| Hex | 69 | D8 | CB | 33 | 0 | 6 | F | AD | 3B | 3F |
| Octal | 151 | 330 | 313 | 63 | 0 | 6 | 17 | 255 | 73 | 77 |
| Binary | 1101001 | 11011000 | 11001011 | 110011 | 0 | 110 | 1111 | 10101101 | 111011 | 111111 |
Color Harmonies of #69D8CB
Complementary color
Monochromatic Colors of #69D8CB
Black with #69D8CB
Text Example
Text Example
White with #69D8CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D8CB; }
p { color: rgb(105,216,203); }
H1.HeaderClassName
{
color: #69D8CB;
}
.AnyTagClassName
{
color: #69D8CB;
}
</style>
background-color css
<style>
a { background-color: #69D8CB; }
a { background-color: rgb(105,216,203); }
div.DivClassName
{
background-color: #69D8CB;
}
.BgClassName
{
background-color: #69D8CB;
}
</style>
border-color css
<style>
span { border-color: #69D8CB; }
span { border-color: rgb(105,216,203); }
td.TdClassName
{
border-color: #69D8CB;
}
.TagClassName
{
border-color: #69D8CB;
}
</style>