Shades of Downy #69CEBB
Tints of Downy #69CEBB
RGB
CMYK
RGB Variations
Color information
#69CEBB (or 0x69CEBB) is known color: Downy. HEX triplet: 69, CE and BB. RGB value is (105,206,187). Sum of RGB (Red+Green+Blue) = 105+206+187=498 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.08% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 206 - color contains mainly: green. Hex color #69CEBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #69CEBB is #963144. Grayscale: #ADADAD. Windows color (decimal): -9843013 or 12308073. OLE color: 12308073.
HSL color Cylindrical-coordinate representation of color #69CEBB: hue angle of 168.71º 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 #69CEBB is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 105 | 206 | 187 | - |
| CMYK | 0.49 | 0 | 0.09 | 0.19 |
| HSL | 168.71º | 0.51% | 0.61% | - |
| HSV(B) | 168.71º | 0.49% | 0.81% | - |
| XYZ | 36.87 | 50.73 | 54.86 | - |
| YUV | 173.64 | 135.54 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 206 | 187 | 0.49 | 0 | 0.09 | 0.19 | 168.71 | 0.51 | 0.61 |
| Hex | 69 | CE | BB | 31 | 0 | 9 | 13 | A9 | 33 | 3D |
| Octal | 151 | 316 | 273 | 61 | 0 | 11 | 23 | 251 | 63 | 75 |
| Binary | 1101001 | 11001110 | 10111011 | 110001 | 0 | 1001 | 10011 | 10101001 | 110011 | 111101 |
Color Harmonies of #69CEBB
Complementary color
Monochromatic Colors of #69CEBB
Black with #69CEBB
Text Example
Text Example
White with #69CEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69CEBB; }
p { color: rgb(105,206,187); }
H1.HeaderClassName
{
color: #69CEBB;
}
.AnyTagClassName
{
color: #69CEBB;
}
</style>
background-color css
<style>
a { background-color: #69CEBB; }
a { background-color: rgb(105,206,187); }
div.DivClassName
{
background-color: #69CEBB;
}
.BgClassName
{
background-color: #69CEBB;
}
</style>
border-color css
<style>
span { border-color: #69CEBB; }
span { border-color: rgb(105,206,187); }
td.TdClassName
{
border-color: #69CEBB;
}
.TagClassName
{
border-color: #69CEBB;
}
</style>