Shades of Downy #6CD1BA
Tints of Downy #6CD1BA
RGB
CMYK
RGB Variations
Color information
#6CD1BA (or 0x6CD1BA) is known color: Downy. HEX triplet: 6C, D1 and BA. RGB value is (108,209,186). Sum of RGB (Red+Green+Blue) = 108+209+186=503 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.47% from 503); Green value is 209 (82.03% from 255 or 41.55% from 503); Blue value is 186 (73.05% from 255 or 36.98% from 503); Max value from RGB is 209 - color contains mainly: green. Hex color #6CD1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD1BA is #932E45. Grayscale: #B0B0B0. Windows color (decimal): -9645638 or 12243308. OLE color: 12243308.
HSL color Cylindrical-coordinate representation of color #6CD1BA: hue angle of 166.34º 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 #6CD1BA is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 108 | 209 | 186 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.18 |
| HSL | 166.34º | 0.52% | 0.62% | - |
| HSV(B) | 166.34º | 0.48% | 0.82% | - |
| XYZ | 37.85 | 52.33 | 54.56 | - |
| YUV | 176.18 | 133.54 | 79.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 209 | 186 | 0.48 | 0 | 0.11 | 0.18 | 166.34 | 0.52 | 0.62 |
| Hex | 6C | D1 | BA | 30 | 0 | B | 12 | A6 | 34 | 3E |
| Octal | 154 | 321 | 272 | 60 | 0 | 13 | 22 | 246 | 64 | 76 |
| Binary | 1101100 | 11010001 | 10111010 | 110000 | 0 | 1011 | 10010 | 10100110 | 110100 | 111110 |
Color Harmonies of #6CD1BA
Complementary color
Monochromatic Colors of #6CD1BA
Black with #6CD1BA
Text Example
Text Example
White with #6CD1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD1BA; }
p { color: rgb(108,209,186); }
H1.HeaderClassName
{
color: #6CD1BA;
}
.AnyTagClassName
{
color: #6CD1BA;
}
</style>
background-color css
<style>
a { background-color: #6CD1BA; }
a { background-color: rgb(108,209,186); }
div.DivClassName
{
background-color: #6CD1BA;
}
.BgClassName
{
background-color: #6CD1BA;
}
</style>
border-color css
<style>
span { border-color: #6CD1BA; }
span { border-color: rgb(108,209,186); }
td.TdClassName
{
border-color: #6CD1BA;
}
.TagClassName
{
border-color: #6CD1BA;
}
</style>