Shades of Downy #69DECF
Tints of Downy #69DECF
RGB
CMYK
RGB Variations
Color information
#69DECF (or 0x69DECF) is known color: Downy. HEX triplet: 69, DE and CF. RGB value is (105,222,207). Sum of RGB (Red+Green+Blue) = 105+222+207=534 (70% of max value = 765). Red value is 105 (41.41% from 255 or 19.66% from 534); Green value is 222 (87.11% from 255 or 41.57% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 222 - color contains mainly: green. Hex color #69DECF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DECF is #962130. Grayscale: #B9B9B9. Windows color (decimal): -9838897 or 13622889. OLE color: 13622889.
HSL color Cylindrical-coordinate representation of color #69DECF: hue angle of 172.31º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69DECF is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 105 | 222 | 207 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.13 |
| HSL | 172.31º | 0.64% | 0.64% | - |
| HSV(B) | 172.31º | 0.53% | 0.87% | - |
| XYZ | 43.21 | 59.75 | 68.29 | - |
| YUV | 185.31 | 140.24 | 70.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 222 | 207 | 0.53 | 0 | 0.07 | 0.13 | 172.31 | 0.64 | 0.64 |
| Hex | 69 | DE | CF | 35 | 0 | 7 | D | AC | 40 | 40 |
| Octal | 151 | 336 | 317 | 65 | 0 | 7 | 15 | 254 | 100 | 100 |
| Binary | 1101001 | 11011110 | 11001111 | 110101 | 0 | 111 | 1101 | 10101100 | 1000000 | 1000000 |
Color Harmonies of #69DECF
Complementary color
Monochromatic Colors of #69DECF
Black with #69DECF
Text Example
Text Example
White with #69DECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DECF; }
p { color: rgb(105,222,207); }
H1.HeaderClassName
{
color: #69DECF;
}
.AnyTagClassName
{
color: #69DECF;
}
</style>
background-color css
<style>
a { background-color: #69DECF; }
a { background-color: rgb(105,222,207); }
div.DivClassName
{
background-color: #69DECF;
}
.BgClassName
{
background-color: #69DECF;
}
</style>
border-color css
<style>
span { border-color: #69DECF; }
span { border-color: rgb(105,222,207); }
td.TdClassName
{
border-color: #69DECF;
}
.TagClassName
{
border-color: #69DECF;
}
</style>