Shades of Downy #6CC4B9
Tints of Downy #6CC4B9
RGB
CMYK
RGB Variations
Color information
#6CC4B9 (or 0x6CC4B9) is known color: Downy. HEX triplet: 6C, C4 and B9. RGB value is (108,196,185). Sum of RGB (Red+Green+Blue) = 108+196+185=489 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.09% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 185 (72.66% from 255 or 37.83% from 489); Max value from RGB is 196 - color contains mainly: green. Hex color #6CC4B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CC4B9 is #933B46. Grayscale: #A8A8A8. Windows color (decimal): -9648967 or 12174444. OLE color: 12174444.
HSL color Cylindrical-coordinate representation of color #6CC4B9: hue angle of 172.5º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6CC4B9 is Cyan = 0.45, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 108 | 196 | 185 | - |
| CMYK | 0.45 | 0 | 0.06 | 0.23 |
| HSL | 172.5º | 0.43% | 0.6% | - |
| HSV(B) | 172.5º | 0.45% | 0.77% | - |
| XYZ | 34.68 | 46.17 | 52.98 | - |
| YUV | 168.43 | 137.35 | 84.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 196 | 185 | 0.45 | 0 | 0.06 | 0.23 | 172.5 | 0.43 | 0.6 |
| Hex | 6C | C4 | B9 | 2D | 0 | 6 | 17 | AC | 2B | 3C |
| Octal | 154 | 304 | 271 | 55 | 0 | 6 | 27 | 254 | 53 | 74 |
| Binary | 1101100 | 11000100 | 10111001 | 101101 | 0 | 110 | 10111 | 10101100 | 101011 | 111100 |
Color Harmonies of #6CC4B9
Complementary color
Monochromatic Colors of #6CC4B9
Black with #6CC4B9
Text Example
Text Example
White with #6CC4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CC4B9; }
p { color: rgb(108,196,185); }
H1.HeaderClassName
{
color: #6CC4B9;
}
.AnyTagClassName
{
color: #6CC4B9;
}
</style>
background-color css
<style>
a { background-color: #6CC4B9; }
a { background-color: rgb(108,196,185); }
div.DivClassName
{
background-color: #6CC4B9;
}
.BgClassName
{
background-color: #6CC4B9;
}
</style>
border-color css
<style>
span { border-color: #6CC4B9; }
span { border-color: rgb(108,196,185); }
td.TdClassName
{
border-color: #6CC4B9;
}
.TagClassName
{
border-color: #6CC4B9;
}
</style>