Shades of Downy #6DC8BD
Tints of Downy #6DC8BD
RGB
CMYK
RGB Variations
Color information
#6DC8BD (or 0x6DC8BD) is known color: Downy. HEX triplet: 6D, C8 and BD. RGB value is (109,200,189). Sum of RGB (Red+Green+Blue) = 109+200+189=498 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.89% from 498); Green value is 200 (78.52% from 255 or 40.16% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 200 - color contains mainly: green. Hex color #6DC8BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DC8BD is #923742. Grayscale: #ABABAB. Windows color (decimal): -9582403 or 12437613. OLE color: 12437613.
HSL color Cylindrical-coordinate representation of color #6DC8BD: hue angle of 172.75º 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 #6DC8BD is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 109 | 200 | 189 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.22 |
| HSL | 172.75º | 0.45% | 0.61% | - |
| HSV(B) | 172.75º | 0.46% | 0.78% | - |
| XYZ | 36.15 | 48.23 | 55.55 | - |
| YUV | 171.54 | 137.85 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 200 | 189 | 0.46 | 0 | 0.06 | 0.22 | 172.75 | 0.45 | 0.61 |
| Hex | 6D | C8 | BD | 2E | 0 | 6 | 16 | AD | 2D | 3D |
| Octal | 155 | 310 | 275 | 56 | 0 | 6 | 26 | 255 | 55 | 75 |
| Binary | 1101101 | 11001000 | 10111101 | 101110 | 0 | 110 | 10110 | 10101101 | 101101 | 111101 |
Color Harmonies of #6DC8BD
Complementary color
Monochromatic Colors of #6DC8BD
Black with #6DC8BD
Text Example
Text Example
White with #6DC8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DC8BD; }
p { color: rgb(109,200,189); }
H1.HeaderClassName
{
color: #6DC8BD;
}
.AnyTagClassName
{
color: #6DC8BD;
}
</style>
background-color css
<style>
a { background-color: #6DC8BD; }
a { background-color: rgb(109,200,189); }
div.DivClassName
{
background-color: #6DC8BD;
}
.BgClassName
{
background-color: #6DC8BD;
}
</style>
border-color css
<style>
span { border-color: #6DC8BD; }
span { border-color: rgb(109,200,189); }
td.TdClassName
{
border-color: #6DC8BD;
}
.TagClassName
{
border-color: #6DC8BD;
}
</style>