Shades of Downy #6DC5BF
Tints of Downy #6DC5BF
RGB
CMYK
RGB Variations
Color information
#6DC5BF (or 0x6DC5BF) is known color: Downy. HEX triplet: 6D, C5 and BF. RGB value is (109,197,191). Sum of RGB (Red+Green+Blue) = 109+197+191=497 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.93% from 497); Green value is 197 (77.34% from 255 or 39.64% from 497); Blue value is 191 (75% from 255 or 38.43% from 497); Max value from RGB is 197 - color contains mainly: green. Hex color #6DC5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC5BF is #923A40. Grayscale: #A9A9A9. Windows color (decimal): -9583169 or 12567917. OLE color: 12567917.
HSL color Cylindrical-coordinate representation of color #6DC5BF: hue angle of 175.91º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6DC5BF is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 109 | 197 | 191 | - |
| CMYK | 0.45 | 0 | 0.03 | 0.23 |
| HSL | 175.91º | 0.43% | 0.6% | - |
| HSV(B) | 175.91º | 0.45% | 0.77% | - |
| XYZ | 35.68 | 46.95 | 56.47 | - |
| YUV | 170 | 139.85 | 84.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 197 | 191 | 0.45 | 0 | 0.03 | 0.23 | 175.91 | 0.43 | 0.6 |
| Hex | 6D | C5 | BF | 2D | 0 | 3 | 17 | B0 | 2B | 3C |
| Octal | 155 | 305 | 277 | 55 | 0 | 3 | 27 | 260 | 53 | 74 |
| Binary | 1101101 | 11000101 | 10111111 | 101101 | 0 | 11 | 10111 | 10110000 | 101011 | 111100 |
Color Harmonies of #6DC5BF
Complementary color
Monochromatic Colors of #6DC5BF
Black with #6DC5BF
Text Example
Text Example
White with #6DC5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC5BF; }
p { color: rgb(109,197,191); }
H1.HeaderClassName
{
color: #6DC5BF;
}
.AnyTagClassName
{
color: #6DC5BF;
}
</style>
background-color css
<style>
a { background-color: #6DC5BF; }
a { background-color: rgb(109,197,191); }
div.DivClassName
{
background-color: #6DC5BF;
}
.BgClassName
{
background-color: #6DC5BF;
}
</style>
border-color css
<style>
span { border-color: #6DC5BF; }
span { border-color: rgb(109,197,191); }
td.TdClassName
{
border-color: #6DC5BF;
}
.TagClassName
{
border-color: #6DC5BF;
}
</style>