Shades of Downy #6CD2BD
Tints of Downy #6CD2BD
RGB
CMYK
RGB Variations
Color information
#6CD2BD (or 0x6CD2BD) is known color: Downy. HEX triplet: 6C, D2 and BD. RGB value is (108,210,189). Sum of RGB (Red+Green+Blue) = 108+210+189=507 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.30% from 507); Green value is 210 (82.42% from 255 or 41.42% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 210 - color contains mainly: green. Hex color #6CD2BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CD2BD is #932D42. Grayscale: #B1B1B1. Windows color (decimal): -9645379 or 12440172. OLE color: 12440172.
HSL color Cylindrical-coordinate representation of color #6CD2BD: hue angle of 167.65º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6CD2BD is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 108 | 210 | 189 | - |
| CMYK | 0.49 | 0 | 0.10 | 0.18 |
| HSL | 167.65º | 0.53% | 0.62% | - |
| HSV(B) | 167.65º | 0.49% | 0.82% | - |
| XYZ | 38.42 | 52.96 | 56.34 | - |
| YUV | 177.11 | 134.71 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 210 | 189 | 0.49 | 0 | 0.10 | 0.18 | 167.65 | 0.53 | 0.62 |
| Hex | 6C | D2 | BD | 31 | 0 | A | 12 | A8 | 35 | 3E |
| Octal | 154 | 322 | 275 | 61 | 0 | 12 | 22 | 250 | 65 | 76 |
| Binary | 1101100 | 11010010 | 10111101 | 110001 | 0 | 1010 | 10010 | 10101000 | 110101 | 111110 |
Color Harmonies of #6CD2BD
Complementary color
Monochromatic Colors of #6CD2BD
Black with #6CD2BD
Text Example
Text Example
White with #6CD2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CD2BD; }
p { color: rgb(108,210,189); }
H1.HeaderClassName
{
color: #6CD2BD;
}
.AnyTagClassName
{
color: #6CD2BD;
}
</style>
background-color css
<style>
a { background-color: #6CD2BD; }
a { background-color: rgb(108,210,189); }
div.DivClassName
{
background-color: #6CD2BD;
}
.BgClassName
{
background-color: #6CD2BD;
}
</style>
border-color css
<style>
span { border-color: #6CD2BD; }
span { border-color: rgb(108,210,189); }
td.TdClassName
{
border-color: #6CD2BD;
}
.TagClassName
{
border-color: #6CD2BD;
}
</style>