Shades of Downy #69DBD1
Tints of Downy #69DBD1
RGB
CMYK
RGB Variations
Color information
#69DBD1 (or 0x69DBD1) is known color: Downy. HEX triplet: 69, DB and D1. RGB value is (105,219,209). Sum of RGB (Red+Green+Blue) = 105+219+209=533 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.70% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 209 (82.03% from 255 or 39.21% from 533); Max value from RGB is 219 - color contains mainly: green. Hex color #69DBD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DBD1 is #96242E. Grayscale: #B7B7B7. Windows color (decimal): -9839663 or 13753193. OLE color: 13753193.
HSL color Cylindrical-coordinate representation of color #69DBD1: hue angle of 174.74º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #69DBD1 is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 219 | 209 | - |
| CMYK | 0.52 | 0 | 0.05 | 0.14 |
| HSL | 174.74º | 0.61% | 0.64% | - |
| HSV(B) | 174.74º | 0.52% | 0.86% | - |
| XYZ | 42.67 | 58.27 | 69.32 | - |
| YUV | 183.77 | 142.23 | 71.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 219 | 209 | 0.52 | 0 | 0.05 | 0.14 | 174.74 | 0.61 | 0.64 |
| Hex | 69 | DB | D1 | 34 | 0 | 5 | E | AF | 3D | 40 |
| Octal | 151 | 333 | 321 | 64 | 0 | 5 | 16 | 257 | 75 | 100 |
| Binary | 1101001 | 11011011 | 11010001 | 110100 | 0 | 101 | 1110 | 10101111 | 111101 | 1000000 |
Color Harmonies of #69DBD1
Complementary color
Monochromatic Colors of #69DBD1
Black with #69DBD1
Text Example
Text Example
White with #69DBD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DBD1; }
p { color: rgb(105,219,209); }
H1.HeaderClassName
{
color: #69DBD1;
}
.AnyTagClassName
{
color: #69DBD1;
}
</style>
background-color css
<style>
a { background-color: #69DBD1; }
a { background-color: rgb(105,219,209); }
div.DivClassName
{
background-color: #69DBD1;
}
.BgClassName
{
background-color: #69DBD1;
}
</style>
border-color css
<style>
span { border-color: #69DBD1; }
span { border-color: rgb(105,219,209); }
td.TdClassName
{
border-color: #69DBD1;
}
.TagClassName
{
border-color: #69DBD1;
}
</style>