Shades of Downy #6CD3BC
Tints of Downy #6CD3BC
RGB
CMYK
RGB Variations
Color information
#6CD3BC (or 0x6CD3BC) is known color: Downy. HEX triplet: 6C, D3 and BC. RGB value is (108,211,188). Sum of RGB (Red+Green+Blue) = 108+211+188=507 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.30% from 507); Green value is 211 (82.81% from 255 or 41.62% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 211 - color contains mainly: green. Hex color #6CD3BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD3BC is #932C43. Grayscale: #B1B1B1. Windows color (decimal): -9645124 or 12374892. OLE color: 12374892.
HSL color Cylindrical-coordinate representation of color #6CD3BC: hue angle of 166.6º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6CD3BC is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 108 | 211 | 188 | - |
| CMYK | 0.49 | 0 | 0.11 | 0.17 |
| HSL | 166.6º | 0.54% | 0.63% | - |
| HSV(B) | 166.6º | 0.49% | 0.83% | - |
| XYZ | 38.56 | 53.41 | 55.85 | - |
| YUV | 177.58 | 133.88 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 211 | 188 | 0.49 | 0 | 0.11 | 0.17 | 166.6 | 0.54 | 0.63 |
| Hex | 6C | D3 | BC | 31 | 0 | B | 11 | A7 | 36 | 3F |
| Octal | 154 | 323 | 274 | 61 | 0 | 13 | 21 | 247 | 66 | 77 |
| Binary | 1101100 | 11010011 | 10111100 | 110001 | 0 | 1011 | 10001 | 10100111 | 110110 | 111111 |
Color Harmonies of #6CD3BC
Complementary color
Monochromatic Colors of #6CD3BC
Black with #6CD3BC
Text Example
Text Example
White with #6CD3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD3BC; }
p { color: rgb(108,211,188); }
H1.HeaderClassName
{
color: #6CD3BC;
}
.AnyTagClassName
{
color: #6CD3BC;
}
</style>
background-color css
<style>
a { background-color: #6CD3BC; }
a { background-color: rgb(108,211,188); }
div.DivClassName
{
background-color: #6CD3BC;
}
.BgClassName
{
background-color: #6CD3BC;
}
</style>
border-color css
<style>
span { border-color: #6CD3BC; }
span { border-color: rgb(108,211,188); }
td.TdClassName
{
border-color: #6CD3BC;
}
.TagClassName
{
border-color: #6CD3BC;
}
</style>