Shades of Downy #6CD5BA
Tints of Downy #6CD5BA
RGB
CMYK
RGB Variations
Color information
#6CD5BA (or 0x6CD5BA) is known color: Downy. HEX triplet: 6C, D5 and BA. RGB value is (108,213,186). Sum of RGB (Red+Green+Blue) = 108+213+186=507 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.30% from 507); Green value is 213 (83.59% from 255 or 42.01% from 507); Blue value is 186 (73.05% from 255 or 36.69% from 507); Max value from RGB is 213 - color contains mainly: green. Hex color #6CD5BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD5BA is #932A45. Grayscale: #B2B2B2. Windows color (decimal): -9644614 or 12244332. OLE color: 12244332.
HSL color Cylindrical-coordinate representation of color #6CD5BA: hue angle of 164.57º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6CD5BA is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 108 | 213 | 186 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.16 |
| HSL | 164.57º | 0.56% | 0.63% | - |
| HSV(B) | 164.57º | 0.49% | 0.84% | - |
| XYZ | 38.84 | 54.32 | 54.89 | - |
| YUV | 178.53 | 132.21 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 213 | 186 | 0.49 | 0 | 0.13 | 0.16 | 164.57 | 0.56 | 0.63 |
| Hex | 6C | D5 | BA | 31 | 0 | D | 10 | A5 | 38 | 3F |
| Octal | 154 | 325 | 272 | 61 | 0 | 15 | 20 | 245 | 70 | 77 |
| Binary | 1101100 | 11010101 | 10111010 | 110001 | 0 | 1101 | 10000 | 10100101 | 111000 | 111111 |
Color Harmonies of #6CD5BA
Complementary color
Monochromatic Colors of #6CD5BA
Black with #6CD5BA
Text Example
Text Example
White with #6CD5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD5BA; }
p { color: rgb(108,213,186); }
H1.HeaderClassName
{
color: #6CD5BA;
}
.AnyTagClassName
{
color: #6CD5BA;
}
</style>
background-color css
<style>
a { background-color: #6CD5BA; }
a { background-color: rgb(108,213,186); }
div.DivClassName
{
background-color: #6CD5BA;
}
.BgClassName
{
background-color: #6CD5BA;
}
</style>
border-color css
<style>
span { border-color: #6CD5BA; }
span { border-color: rgb(108,213,186); }
td.TdClassName
{
border-color: #6CD5BA;
}
.TagClassName
{
border-color: #6CD5BA;
}
</style>