Shades of Downy #6DC8BF
Tints of Downy #6DC8BF
RGB
CMYK
RGB Variations
Color information
#6DC8BF (or 0x6DC8BF) is known color: Downy. HEX triplet: 6D, C8 and BF. RGB value is (109,200,191). Sum of RGB (Red+Green+Blue) = 109+200+191=500 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.8% from 500); Green value is 200 (78.52% from 255 or 40% from 500); Blue value is 191 (75% from 255 or 38.2% from 500); Max value from RGB is 200 - color contains mainly: green. Hex color #6DC8BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC8BF is #923740. Grayscale: #ABABAB. Windows color (decimal): -9582401 or 12568685. OLE color: 12568685.
HSL color Cylindrical-coordinate representation of color #6DC8BF: hue angle of 174.07º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6DC8BF is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 109 | 200 | 191 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.22 |
| HSL | 174.07º | 0.45% | 0.61% | - |
| HSV(B) | 174.07º | 0.46% | 0.78% | - |
| XYZ | 36.36 | 48.32 | 56.7 | - |
| YUV | 171.77 | 138.85 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 200 | 191 | 0.46 | 0 | 0.04 | 0.22 | 174.07 | 0.45 | 0.61 |
| Hex | 6D | C8 | BF | 2E | 0 | 4 | 16 | AE | 2D | 3D |
| Octal | 155 | 310 | 277 | 56 | 0 | 4 | 26 | 256 | 55 | 75 |
| Binary | 1101101 | 11001000 | 10111111 | 101110 | 0 | 100 | 10110 | 10101110 | 101101 | 111101 |
Color Harmonies of #6DC8BF
Complementary color
Monochromatic Colors of #6DC8BF
Black with #6DC8BF
Text Example
Text Example
White with #6DC8BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC8BF; }
p { color: rgb(109,200,191); }
H1.HeaderClassName
{
color: #6DC8BF;
}
.AnyTagClassName
{
color: #6DC8BF;
}
</style>
background-color css
<style>
a { background-color: #6DC8BF; }
a { background-color: rgb(109,200,191); }
div.DivClassName
{
background-color: #6DC8BF;
}
.BgClassName
{
background-color: #6DC8BF;
}
</style>
border-color css
<style>
span { border-color: #6DC8BF; }
span { border-color: rgb(109,200,191); }
td.TdClassName
{
border-color: #6DC8BF;
}
.TagClassName
{
border-color: #6DC8BF;
}
</style>