Shades of Downy #69DCB7
Tints of Downy #69DCB7
RGB
CMYK
RGB Variations
Color information
#69DCB7 (or 0x69DCB7) is known color: Downy. HEX triplet: 69, DC and B7. RGB value is (105,220,183). Sum of RGB (Red+Green+Blue) = 105+220+183=508 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.67% from 508); Green value is 220 (86.33% from 255 or 43.31% from 508); Blue value is 183 (71.88% from 255 or 36.02% from 508); Max value from RGB is 220 - color contains mainly: green. Hex color #69DCB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DCB7 is #962348. Grayscale: #B5B5B5. Windows color (decimal): -9839433 or 12049513. OLE color: 12049513.
HSL color Cylindrical-coordinate representation of color #69DCB7: hue angle of 160.7º degrees, saturation: 0.62, 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 #69DCB7 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 220 | 183 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.14 |
| HSL | 160.7º | 0.62% | 0.64% | - |
| HSV(B) | 160.7º | 0.52% | 0.86% | - |
| XYZ | 39.97 | 57.61 | 53.81 | - |
| YUV | 181.4 | 128.9 | 73.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 220 | 183 | 0.52 | 0 | 0.17 | 0.14 | 160.7 | 0.62 | 0.64 |
| Hex | 69 | DC | B7 | 34 | 0 | 11 | E | A1 | 3E | 40 |
| Octal | 151 | 334 | 267 | 64 | 0 | 21 | 16 | 241 | 76 | 100 |
| Binary | 1101001 | 11011100 | 10110111 | 110100 | 0 | 10001 | 1110 | 10100001 | 111110 | 1000000 |
Color Harmonies of #69DCB7
Complementary color
Monochromatic Colors of #69DCB7
Black with #69DCB7
Text Example
Text Example
White with #69DCB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DCB7; }
p { color: rgb(105,220,183); }
H1.HeaderClassName
{
color: #69DCB7;
}
.AnyTagClassName
{
color: #69DCB7;
}
</style>
background-color css
<style>
a { background-color: #69DCB7; }
a { background-color: rgb(105,220,183); }
div.DivClassName
{
background-color: #69DCB7;
}
.BgClassName
{
background-color: #69DCB7;
}
</style>
border-color css
<style>
span { border-color: #69DCB7; }
span { border-color: rgb(105,220,183); }
td.TdClassName
{
border-color: #69DCB7;
}
.TagClassName
{
border-color: #69DCB7;
}
</style>