Shades of Downy #69D5D1
Tints of Downy #69D5D1
RGB
CMYK
RGB Variations
Color information
#69D5D1 (or 0x69D5D1) is known color: Downy. HEX triplet: 69, D5 and D1. RGB value is (105,213,209). Sum of RGB (Red+Green+Blue) = 105+213+209=527 (69% of max value = 765). Red value is 105 (41.41% from 255 or 19.92% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 209 (82.03% from 255 or 39.66% from 527); Max value from RGB is 213 - color contains mainly: green. Hex color #69D5D1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D5D1 is #962A2E. Grayscale: #B4B4B4. Windows color (decimal): -9841199 or 13751657. OLE color: 13751657.
HSL color Cylindrical-coordinate representation of color #69D5D1: hue angle of 177.78º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69D5D1 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 105 | 213 | 209 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.16 |
| HSL | 177.78º | 0.56% | 0.62% | - |
| HSV(B) | 177.78º | 0.51% | 0.84% | - |
| XYZ | 41.13 | 55.2 | 68.81 | - |
| YUV | 180.25 | 144.22 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 213 | 209 | 0.51 | 0 | 0.02 | 0.16 | 177.78 | 0.56 | 0.62 |
| Hex | 69 | D5 | D1 | 33 | 0 | 2 | 10 | B2 | 38 | 3E |
| Octal | 151 | 325 | 321 | 63 | 0 | 2 | 20 | 262 | 70 | 76 |
| Binary | 1101001 | 11010101 | 11010001 | 110011 | 0 | 10 | 10000 | 10110010 | 111000 | 111110 |
Color Harmonies of #69D5D1
Complementary color
Monochromatic Colors of #69D5D1
Black with #69D5D1
Text Example
Text Example
White with #69D5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D5D1; }
p { color: rgb(105,213,209); }
H1.HeaderClassName
{
color: #69D5D1;
}
.AnyTagClassName
{
color: #69D5D1;
}
</style>
background-color css
<style>
a { background-color: #69D5D1; }
a { background-color: rgb(105,213,209); }
div.DivClassName
{
background-color: #69D5D1;
}
.BgClassName
{
background-color: #69D5D1;
}
</style>
border-color css
<style>
span { border-color: #69D5D1; }
span { border-color: rgb(105,213,209); }
td.TdClassName
{
border-color: #69D5D1;
}
.TagClassName
{
border-color: #69D5D1;
}
</style>