Shades of Downy #6CCEB9
Tints of Downy #6CCEB9
RGB
CMYK
RGB Variations
Color information
#6CCEB9 (or 0x6CCEB9) is known color: Downy. HEX triplet: 6C, CE and B9. RGB value is (108,206,185). Sum of RGB (Red+Green+Blue) = 108+206+185=499 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.64% from 499); Green value is 206 (80.86% from 255 or 41.28% from 499); Blue value is 185 (72.66% from 255 or 37.07% from 499); Max value from RGB is 206 - color contains mainly: green. Hex color #6CCEB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCEB9 is #933146. Grayscale: #AEAEAE. Windows color (decimal): -9646407 or 12177004. OLE color: 12177004.
HSL color Cylindrical-coordinate representation of color #6CCEB9: hue angle of 167.14º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CCEB9 is Cyan = 0.48, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 206 | 185 | - |
| CMYK | 0.48 | 0 | 0.10 | 0.19 |
| HSL | 167.14º | 0.5% | 0.62% | - |
| HSV(B) | 167.14º | 0.48% | 0.81% | - |
| XYZ | 37.01 | 50.83 | 53.76 | - |
| YUV | 174.3 | 134.03 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 206 | 185 | 0.48 | 0 | 0.10 | 0.19 | 167.14 | 0.5 | 0.62 |
| Hex | 6C | CE | B9 | 30 | 0 | A | 13 | A7 | 32 | 3E |
| Octal | 154 | 316 | 271 | 60 | 0 | 12 | 23 | 247 | 62 | 76 |
| Binary | 1101100 | 11001110 | 10111001 | 110000 | 0 | 1010 | 10011 | 10100111 | 110010 | 111110 |
Color Harmonies of #6CCEB9
Complementary color
Monochromatic Colors of #6CCEB9
Black with #6CCEB9
Text Example
Text Example
White with #6CCEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCEB9; }
p { color: rgb(108,206,185); }
H1.HeaderClassName
{
color: #6CCEB9;
}
.AnyTagClassName
{
color: #6CCEB9;
}
</style>
background-color css
<style>
a { background-color: #6CCEB9; }
a { background-color: rgb(108,206,185); }
div.DivClassName
{
background-color: #6CCEB9;
}
.BgClassName
{
background-color: #6CCEB9;
}
</style>
border-color css
<style>
span { border-color: #6CCEB9; }
span { border-color: rgb(108,206,185); }
td.TdClassName
{
border-color: #6CCEB9;
}
.TagClassName
{
border-color: #6CCEB9;
}
</style>