Shades of Downy #69CDC0
Tints of Downy #69CDC0
RGB
CMYK
RGB Variations
Color information
#69CDC0 (or 0x69CDC0) is known color: Downy. HEX triplet: 69, CD and C0. RGB value is (105,205,192). Sum of RGB (Red+Green+Blue) = 105+205+192=502 (66% of max value = 765). Red value is 105 (41.41% from 255 or 20.92% from 502); Green value is 205 (80.47% from 255 or 40.84% from 502); Blue value is 192 (75.39% from 255 or 38.25% from 502); Max value from RGB is 205 - color contains mainly: green. Hex color #69CDC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CDC0 is #96323F. Grayscale: #ADADAD. Windows color (decimal): -9843264 or 12635497. OLE color: 12635497.
HSL color Cylindrical-coordinate representation of color #69CDC0: hue angle of 172.2º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69CDC0 is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 105 | 205 | 192 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.20 |
| HSL | 172.2º | 0.5% | 0.61% | - |
| HSV(B) | 172.2º | 0.49% | 0.8% | - |
| XYZ | 37.17 | 50.47 | 57.65 | - |
| YUV | 173.62 | 138.37 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 205 | 192 | 0.49 | 0 | 0.06 | 0.20 | 172.2 | 0.5 | 0.61 |
| Hex | 69 | CD | C0 | 31 | 0 | 6 | 14 | AC | 32 | 3D |
| Octal | 151 | 315 | 300 | 61 | 0 | 6 | 24 | 254 | 62 | 75 |
| Binary | 1101001 | 11001101 | 11000000 | 110001 | 0 | 110 | 10100 | 10101100 | 110010 | 111101 |
Color Harmonies of #69CDC0
Complementary color
Monochromatic Colors of #69CDC0
Black with #69CDC0
Text Example
Text Example
White with #69CDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CDC0; }
p { color: rgb(105,205,192); }
H1.HeaderClassName
{
color: #69CDC0;
}
.AnyTagClassName
{
color: #69CDC0;
}
</style>
background-color css
<style>
a { background-color: #69CDC0; }
a { background-color: rgb(105,205,192); }
div.DivClassName
{
background-color: #69CDC0;
}
.BgClassName
{
background-color: #69CDC0;
}
</style>
border-color css
<style>
span { border-color: #69CDC0; }
span { border-color: rgb(105,205,192); }
td.TdClassName
{
border-color: #69CDC0;
}
.TagClassName
{
border-color: #69CDC0;
}
</style>