Shades of Downy #6DC1BF
Tints of Downy #6DC1BF
RGB
CMYK
RGB Variations
Color information
#6DC1BF (or 0x6DC1BF) is known color: Downy. HEX triplet: 6D, C1 and BF. RGB value is (109,193,191). Sum of RGB (Red+Green+Blue) = 109+193+191=493 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.11% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 191 (75% from 255 or 38.74% from 493); Max value from RGB is 193 - color contains mainly: green. Hex color #6DC1BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC1BF is #923E40. Grayscale: #A7A7A7. Windows color (decimal): -9584193 or 12566893. OLE color: 12566893.
HSL color Cylindrical-coordinate representation of color #6DC1BF: hue angle of 178.57º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6DC1BF is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 109 | 193 | 191 | - |
| CMYK | 0.44 | 0 | 0.01 | 0.24 |
| HSL | 178.57º | 0.4% | 0.59% | - |
| HSV(B) | 178.57º | 0.44% | 0.76% | - |
| XYZ | 34.78 | 45.15 | 56.17 | - |
| YUV | 167.66 | 141.17 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 193 | 191 | 0.44 | 0 | 0.01 | 0.24 | 178.57 | 0.4 | 0.59 |
| Hex | 6D | C1 | BF | 2C | 0 | 1 | 18 | B3 | 28 | 3B |
| Octal | 155 | 301 | 277 | 54 | 0 | 1 | 30 | 263 | 50 | 73 |
| Binary | 1101101 | 11000001 | 10111111 | 101100 | 0 | 1 | 11000 | 10110011 | 101000 | 111011 |
Color Harmonies of #6DC1BF
Complementary color
Monochromatic Colors of #6DC1BF
Black with #6DC1BF
Text Example
Text Example
White with #6DC1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC1BF; }
p { color: rgb(109,193,191); }
H1.HeaderClassName
{
color: #6DC1BF;
}
.AnyTagClassName
{
color: #6DC1BF;
}
</style>
background-color css
<style>
a { background-color: #6DC1BF; }
a { background-color: rgb(109,193,191); }
div.DivClassName
{
background-color: #6DC1BF;
}
.BgClassName
{
background-color: #6DC1BF;
}
</style>
border-color css
<style>
span { border-color: #6DC1BF; }
span { border-color: rgb(109,193,191); }
td.TdClassName
{
border-color: #6DC1BF;
}
.TagClassName
{
border-color: #6DC1BF;
}
</style>