Shades of Downy #69DCBF
Tints of Downy #69DCBF
RGB
CMYK
RGB Variations
Color information
#69DCBF (or 0x69DCBF) is known color: Downy. HEX triplet: 69, DC and BF. RGB value is (105,220,191). Sum of RGB (Red+Green+Blue) = 105+220+191=516 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.35% from 516); Green value is 220 (86.33% from 255 or 42.64% from 516); Blue value is 191 (75% from 255 or 37.02% from 516); Max value from RGB is 220 - color contains mainly: green. Hex color #69DCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DCBF is #962340. Grayscale: #B6B6B6. Windows color (decimal): -9839425 or 12573801. OLE color: 12573801.
HSL color Cylindrical-coordinate representation of color #69DCBF: hue angle of 164.87º 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 #69DCBF is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 220 | 191 | - |
| CMYK | 0.52 | 0 | 0.13 | 0.14 |
| HSL | 164.87º | 0.62% | 0.64% | - |
| HSV(B) | 164.87º | 0.52% | 0.86% | - |
| XYZ | 40.82 | 57.95 | 58.32 | - |
| YUV | 182.31 | 132.9 | 72.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 220 | 191 | 0.52 | 0 | 0.13 | 0.14 | 164.87 | 0.62 | 0.64 |
| Hex | 69 | DC | BF | 34 | 0 | D | E | A5 | 3E | 40 |
| Octal | 151 | 334 | 277 | 64 | 0 | 15 | 16 | 245 | 76 | 100 |
| Binary | 1101001 | 11011100 | 10111111 | 110100 | 0 | 1101 | 1110 | 10100101 | 111110 | 1000000 |
Color Harmonies of #69DCBF
Complementary color
Monochromatic Colors of #69DCBF
Black with #69DCBF
Text Example
Text Example
White with #69DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DCBF; }
p { color: rgb(105,220,191); }
H1.HeaderClassName
{
color: #69DCBF;
}
.AnyTagClassName
{
color: #69DCBF;
}
</style>
background-color css
<style>
a { background-color: #69DCBF; }
a { background-color: rgb(105,220,191); }
div.DivClassName
{
background-color: #69DCBF;
}
.BgClassName
{
background-color: #69DCBF;
}
</style>
border-color css
<style>
span { border-color: #69DCBF; }
span { border-color: rgb(105,220,191); }
td.TdClassName
{
border-color: #69DCBF;
}
.TagClassName
{
border-color: #69DCBF;
}
</style>