Shades of Downy #69D6B5
Tints of Downy #69D6B5
RGB
CMYK
RGB Variations
Color information
#69D6B5 (or 0x69D6B5) is known color: Downy. HEX triplet: 69, D6 and B5. RGB value is (105,214,181). Sum of RGB (Red+Green+Blue) = 105+214+181=500 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21% from 500); Green value is 214 (83.98% from 255 or 42.8% from 500); Blue value is 181 (71.09% from 255 or 36.2% from 500); Max value from RGB is 214 - color contains mainly: green. Hex color #69D6B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D6B5 is #96294A. Grayscale: #B1B1B1. Windows color (decimal): -9840971 or 11916905. OLE color: 11916905.
HSL color Cylindrical-coordinate representation of color #69D6B5: hue angle of 161.83º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69D6B5 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 214 | 181 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.16 |
| HSL | 161.83º | 0.57% | 0.63% | - |
| HSV(B) | 161.83º | 0.51% | 0.84% | - |
| XYZ | 38.21 | 54.43 | 52.21 | - |
| YUV | 177.65 | 129.89 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 214 | 181 | 0.51 | 0 | 0.15 | 0.16 | 161.83 | 0.57 | 0.63 |
| Hex | 69 | D6 | B5 | 33 | 0 | F | 10 | A2 | 39 | 3F |
| Octal | 151 | 326 | 265 | 63 | 0 | 17 | 20 | 242 | 71 | 77 |
| Binary | 1101001 | 11010110 | 10110101 | 110011 | 0 | 1111 | 10000 | 10100010 | 111001 | 111111 |
Color Harmonies of #69D6B5
Complementary color
Monochromatic Colors of #69D6B5
Black with #69D6B5
Text Example
Text Example
White with #69D6B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D6B5; }
p { color: rgb(105,214,181); }
H1.HeaderClassName
{
color: #69D6B5;
}
.AnyTagClassName
{
color: #69D6B5;
}
</style>
background-color css
<style>
a { background-color: #69D6B5; }
a { background-color: rgb(105,214,181); }
div.DivClassName
{
background-color: #69D6B5;
}
.BgClassName
{
background-color: #69D6B5;
}
</style>
border-color css
<style>
span { border-color: #69D6B5; }
span { border-color: rgb(105,214,181); }
td.TdClassName
{
border-color: #69D6B5;
}
.TagClassName
{
border-color: #69D6B5;
}
</style>