Shades of Downy #6DCCBB
Tints of Downy #6DCCBB
RGB
CMYK
RGB Variations
Color information
#6DCCBB (or 0x6DCCBB) is known color: Downy. HEX triplet: 6D, CC and BB. RGB value is (109,204,187). Sum of RGB (Red+Green+Blue) = 109+204+187=500 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.8% from 500); Green value is 204 (80.08% from 255 or 40.8% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 204 - color contains mainly: green. Hex color #6DCCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCCBB is #923344. Grayscale: #ADADAD. Windows color (decimal): -9581381 or 12307565. OLE color: 12307565.
HSL color Cylindrical-coordinate representation of color #6DCCBB: hue angle of 169.26º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCCBB is Cyan = 0.47, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 109 | 204 | 187 | - |
| CMYK | 0.47 | 0 | 0.08 | 0.2 |
| HSL | 169.26º | 0.48% | 0.61% | - |
| HSV(B) | 169.26º | 0.47% | 0.8% | - |
| XYZ | 36.87 | 50.02 | 54.73 | - |
| YUV | 173.66 | 135.53 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 204 | 187 | 0.47 | 0 | 0.08 | 0.2 | 169.26 | 0.48 | 0.61 |
| Hex | 6D | CC | BB | 2F | 0 | 8 | 14 | A9 | 30 | 3D |
| Octal | 155 | 314 | 273 | 57 | 0 | 10 | 24 | 251 | 60 | 75 |
| Binary | 1101101 | 11001100 | 10111011 | 101111 | 0 | 1000 | 10100 | 10101001 | 110000 | 111101 |
Color Harmonies of #6DCCBB
Complementary color
Monochromatic Colors of #6DCCBB
Black with #6DCCBB
Text Example
Text Example
White with #6DCCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCCBB; }
p { color: rgb(109,204,187); }
H1.HeaderClassName
{
color: #6DCCBB;
}
.AnyTagClassName
{
color: #6DCCBB;
}
</style>
background-color css
<style>
a { background-color: #6DCCBB; }
a { background-color: rgb(109,204,187); }
div.DivClassName
{
background-color: #6DCCBB;
}
.BgClassName
{
background-color: #6DCCBB;
}
</style>
border-color css
<style>
span { border-color: #6DCCBB; }
span { border-color: rgb(109,204,187); }
td.TdClassName
{
border-color: #6DCCBB;
}
.TagClassName
{
border-color: #6DCCBB;
}
</style>