Shades of Downy #6DCBC6
Tints of Downy #6DCBC6
RGB
CMYK
RGB Variations
Color information
#6DCBC6 (or 0x6DCBC6) is known color: Downy. HEX triplet: 6D, CB and C6. RGB value is (109,203,198). Sum of RGB (Red+Green+Blue) = 109+203+198=510 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.37% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 198 (77.73% from 255 or 38.82% from 510); Max value from RGB is 203 - color contains mainly: green. Hex color #6DCBC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCBC6 is #923439. Grayscale: #AEAEAE. Windows color (decimal): -9581626 or 13028205. OLE color: 13028205.
HSL color Cylindrical-coordinate representation of color #6DCBC6: hue angle of 176.81º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DCBC6 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 203 | 198 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.20 |
| HSL | 176.81º | 0.47% | 0.61% | - |
| HSV(B) | 176.81º | 0.46% | 0.8% | - |
| XYZ | 37.86 | 50.04 | 61.09 | - |
| YUV | 174.32 | 141.36 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 203 | 198 | 0.46 | 0 | 0.02 | 0.20 | 176.81 | 0.47 | 0.61 |
| Hex | 6D | CB | C6 | 2E | 0 | 2 | 14 | B1 | 2F | 3D |
| Octal | 155 | 313 | 306 | 56 | 0 | 2 | 24 | 261 | 57 | 75 |
| Binary | 1101101 | 11001011 | 11000110 | 101110 | 0 | 10 | 10100 | 10110001 | 101111 | 111101 |
Color Harmonies of #6DCBC6
Complementary color
Monochromatic Colors of #6DCBC6
Black with #6DCBC6
Text Example
Text Example
White with #6DCBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCBC6; }
p { color: rgb(109,203,198); }
H1.HeaderClassName
{
color: #6DCBC6;
}
.AnyTagClassName
{
color: #6DCBC6;
}
</style>
background-color css
<style>
a { background-color: #6DCBC6; }
a { background-color: rgb(109,203,198); }
div.DivClassName
{
background-color: #6DCBC6;
}
.BgClassName
{
background-color: #6DCBC6;
}
</style>
border-color css
<style>
span { border-color: #6DCBC6; }
span { border-color: rgb(109,203,198); }
td.TdClassName
{
border-color: #6DCBC6;
}
.TagClassName
{
border-color: #6DCBC6;
}
</style>