Shades of Downy #6CD0BA
Tints of Downy #6CD0BA
RGB
CMYK
RGB Variations
Color information
#6CD0BA (or 0x6CD0BA) is known color: Downy. HEX triplet: 6C, D0 and BA. RGB value is (108,208,186). Sum of RGB (Red+Green+Blue) = 108+208+186=502 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.51% from 502); Green value is 208 (81.64% from 255 or 41.43% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 208 - color contains mainly: green. Hex color #6CD0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD0BA is #932F45. Grayscale: #AFAFAF. Windows color (decimal): -9645894 or 12243052. OLE color: 12243052.
HSL color Cylindrical-coordinate representation of color #6CD0BA: hue angle of 166.8º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6CD0BA is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 108 | 208 | 186 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.18 |
| HSL | 166.8º | 0.52% | 0.62% | - |
| HSV(B) | 166.8º | 0.48% | 0.82% | - |
| XYZ | 37.6 | 51.85 | 54.48 | - |
| YUV | 175.59 | 133.87 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 208 | 186 | 0.48 | 0 | 0.11 | 0.18 | 166.8 | 0.52 | 0.62 |
| Hex | 6C | D0 | BA | 30 | 0 | B | 12 | A7 | 34 | 3E |
| Octal | 154 | 320 | 272 | 60 | 0 | 13 | 22 | 247 | 64 | 76 |
| Binary | 1101100 | 11010000 | 10111010 | 110000 | 0 | 1011 | 10010 | 10100111 | 110100 | 111110 |
Color Harmonies of #6CD0BA
Complementary color
Monochromatic Colors of #6CD0BA
Black with #6CD0BA
Text Example
Text Example
White with #6CD0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD0BA; }
p { color: rgb(108,208,186); }
H1.HeaderClassName
{
color: #6CD0BA;
}
.AnyTagClassName
{
color: #6CD0BA;
}
</style>
background-color css
<style>
a { background-color: #6CD0BA; }
a { background-color: rgb(108,208,186); }
div.DivClassName
{
background-color: #6CD0BA;
}
.BgClassName
{
background-color: #6CD0BA;
}
</style>
border-color css
<style>
span { border-color: #6CD0BA; }
span { border-color: rgb(108,208,186); }
td.TdClassName
{
border-color: #6CD0BA;
}
.TagClassName
{
border-color: #6CD0BA;
}
</style>