Shades of Downy #69DCC5
Tints of Downy #69DCC5
RGB
CMYK
RGB Variations
Color information
#69DCC5 (or 0x69DCC5) is known color: Downy. HEX triplet: 69, DC and C5. RGB value is (105,220,197). Sum of RGB (Red+Green+Blue) = 105+220+197=522 (69% of max value = 765). Red value is 105 (41.41% from 255 or 20.11% from 522); Green value is 220 (86.33% from 255 or 42.15% from 522); Blue value is 197 (77.34% from 255 or 37.74% from 522); Max value from RGB is 220 - color contains mainly: green. Hex color #69DCC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69DCC5 is #96233A. Grayscale: #B6B6B6. Windows color (decimal): -9839419 or 12967017. OLE color: 12967017.
HSL color Cylindrical-coordinate representation of color #69DCC5: hue angle of 168º 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 #69DCC5 is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 105 | 220 | 197 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.14 |
| HSL | 168º | 0.62% | 0.64% | - |
| HSV(B) | 168º | 0.52% | 0.86% | - |
| XYZ | 41.5 | 58.22 | 61.87 | - |
| YUV | 182.99 | 135.9 | 72.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 220 | 197 | 0.52 | 0 | 0.10 | 0.14 | 168 | 0.62 | 0.64 |
| Hex | 69 | DC | C5 | 34 | 0 | A | E | A8 | 3E | 40 |
| Octal | 151 | 334 | 305 | 64 | 0 | 12 | 16 | 250 | 76 | 100 |
| Binary | 1101001 | 11011100 | 11000101 | 110100 | 0 | 1010 | 1110 | 10101000 | 111110 | 1000000 |
Color Harmonies of #69DCC5
Complementary color
Monochromatic Colors of #69DCC5
Black with #69DCC5
Text Example
Text Example
White with #69DCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69DCC5; }
p { color: rgb(105,220,197); }
H1.HeaderClassName
{
color: #69DCC5;
}
.AnyTagClassName
{
color: #69DCC5;
}
</style>
background-color css
<style>
a { background-color: #69DCC5; }
a { background-color: rgb(105,220,197); }
div.DivClassName
{
background-color: #69DCC5;
}
.BgClassName
{
background-color: #69DCC5;
}
</style>
border-color css
<style>
span { border-color: #69DCC5; }
span { border-color: rgb(105,220,197); }
td.TdClassName
{
border-color: #69DCC5;
}
.TagClassName
{
border-color: #69DCC5;
}
</style>