Shades of Downy #69CEB5
Tints of Downy #69CEB5
RGB
CMYK
RGB Variations
Color information
#69CEB5 (or 0x69CEB5) is known color: Downy. HEX triplet: 69, CE and B5. RGB value is (105,206,181). Sum of RGB (Red+Green+Blue) = 105+206+181=492 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.34% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 181 (71.09% from 255 or 36.79% from 492); Max value from RGB is 206 - color contains mainly: green. Hex color #69CEB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CEB5 is #96314A. Grayscale: #ACACAC. Windows color (decimal): -9843019 or 11914857. OLE color: 11914857.
HSL color Cylindrical-coordinate representation of color #69CEB5: hue angle of 165.15º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #69CEB5 is Cyan = 0.49, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 206 | 181 | - |
| CMYK | 0.49 | 0 | 0.12 | 0.19 |
| HSL | 165.15º | 0.51% | 0.61% | - |
| HSV(B) | 165.15º | 0.49% | 0.81% | - |
| XYZ | 36.24 | 50.48 | 51.55 | - |
| YUV | 172.95 | 132.54 | 79.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 206 | 181 | 0.49 | 0 | 0.12 | 0.19 | 165.15 | 0.51 | 0.61 |
| Hex | 69 | CE | B5 | 31 | 0 | C | 13 | A5 | 33 | 3D |
| Octal | 151 | 316 | 265 | 61 | 0 | 14 | 23 | 245 | 63 | 75 |
| Binary | 1101001 | 11001110 | 10110101 | 110001 | 0 | 1100 | 10011 | 10100101 | 110011 | 111101 |
Color Harmonies of #69CEB5
Complementary color
Monochromatic Colors of #69CEB5
Black with #69CEB5
Text Example
Text Example
White with #69CEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CEB5; }
p { color: rgb(105,206,181); }
H1.HeaderClassName
{
color: #69CEB5;
}
.AnyTagClassName
{
color: #69CEB5;
}
</style>
background-color css
<style>
a { background-color: #69CEB5; }
a { background-color: rgb(105,206,181); }
div.DivClassName
{
background-color: #69CEB5;
}
.BgClassName
{
background-color: #69CEB5;
}
</style>
border-color css
<style>
span { border-color: #69CEB5; }
span { border-color: rgb(105,206,181); }
td.TdClassName
{
border-color: #69CEB5;
}
.TagClassName
{
border-color: #69CEB5;
}
</style>