Shades of Downy #69DBCC
Tints of Downy #69DBCC
RGB
CMYK
RGB Variations
Color information
#69DBCC (or 0x69DBCC) is known color: Downy. HEX triplet: 69, DB and CC. RGB value is (105,219,204). Sum of RGB (Red+Green+Blue) = 105+219+204=528 (69% of max value = 765). Red value is 105 (41.41% from 255 or 19.89% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #69DBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DBCC is #962433. Grayscale: #B7B7B7. Windows color (decimal): -9839668 or 13425513. OLE color: 13425513.
HSL color Cylindrical-coordinate representation of color #69DBCC: hue angle of 172.11º degrees, saturation: 0.61, 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 #69DBCC is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 219 | 204 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.14 |
| HSL | 172.11º | 0.61% | 0.64% | - |
| HSV(B) | 172.11º | 0.52% | 0.86% | - |
| XYZ | 42.06 | 58.03 | 66.11 | - |
| YUV | 183.2 | 139.73 | 72.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 219 | 204 | 0.52 | 0 | 0.07 | 0.14 | 172.11 | 0.61 | 0.64 |
| Hex | 69 | DB | CC | 34 | 0 | 7 | E | AC | 3D | 40 |
| Octal | 151 | 333 | 314 | 64 | 0 | 7 | 16 | 254 | 75 | 100 |
| Binary | 1101001 | 11011011 | 11001100 | 110100 | 0 | 111 | 1110 | 10101100 | 111101 | 1000000 |
Color Harmonies of #69DBCC
Complementary color
Monochromatic Colors of #69DBCC
Black with #69DBCC
Text Example
Text Example
White with #69DBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DBCC; }
p { color: rgb(105,219,204); }
H1.HeaderClassName
{
color: #69DBCC;
}
.AnyTagClassName
{
color: #69DBCC;
}
</style>
background-color css
<style>
a { background-color: #69DBCC; }
a { background-color: rgb(105,219,204); }
div.DivClassName
{
background-color: #69DBCC;
}
.BgClassName
{
background-color: #69DBCC;
}
</style>
border-color css
<style>
span { border-color: #69DBCC; }
span { border-color: rgb(105,219,204); }
td.TdClassName
{
border-color: #69DBCC;
}
.TagClassName
{
border-color: #69DBCC;
}
</style>