Shades of Downy #69D0CE
Tints of Downy #69D0CE
RGB
CMYK
RGB Variations
Color information
#69D0CE (or 0x69D0CE) is known color: Downy. HEX triplet: 69, D0 and CE. RGB value is (105,208,206). Sum of RGB (Red+Green+Blue) = 105+208+206=519 (68% of max value = 765). Red value is 105 (41.41% from 255 or 20.23% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 208 - color contains mainly: green. Hex color #69D0CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69D0CE is #962F31. Grayscale: #B0B0B0. Windows color (decimal): -9842482 or 13553769. OLE color: 13553769.
HSL color Cylindrical-coordinate representation of color #69D0CE: hue angle of 178.83º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69D0CE is Cyan = 0.50, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 105 | 208 | 206 | - |
| CMYK | 0.50 | 0 | 0.01 | 0.18 |
| HSL | 178.83º | 0.52% | 0.61% | - |
| HSV(B) | 178.83º | 0.5% | 0.82% | - |
| XYZ | 39.52 | 52.57 | 66.46 | - |
| YUV | 176.98 | 144.38 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 208 | 206 | 0.50 | 0 | 0.01 | 0.18 | 178.83 | 0.52 | 0.61 |
| Hex | 69 | D0 | CE | 32 | 0 | 1 | 12 | B3 | 34 | 3D |
| Octal | 151 | 320 | 316 | 62 | 0 | 1 | 22 | 263 | 64 | 75 |
| Binary | 1101001 | 11010000 | 11001110 | 110010 | 0 | 1 | 10010 | 10110011 | 110100 | 111101 |
Color Harmonies of #69D0CE
Complementary color
Monochromatic Colors of #69D0CE
Black with #69D0CE
Text Example
Text Example
White with #69D0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69D0CE; }
p { color: rgb(105,208,206); }
H1.HeaderClassName
{
color: #69D0CE;
}
.AnyTagClassName
{
color: #69D0CE;
}
</style>
background-color css
<style>
a { background-color: #69D0CE; }
a { background-color: rgb(105,208,206); }
div.DivClassName
{
background-color: #69D0CE;
}
.BgClassName
{
background-color: #69D0CE;
}
</style>
border-color css
<style>
span { border-color: #69D0CE; }
span { border-color: rgb(105,208,206); }
td.TdClassName
{
border-color: #69D0CE;
}
.TagClassName
{
border-color: #69D0CE;
}
</style>