Shades of Downy #6DCBB8
Tints of Downy #6DCBB8
RGB
CMYK
RGB Variations
Color information
#6DCBB8 (or 0x6DCBB8) is known color: Downy. HEX triplet: 6D, CB and B8. RGB value is (109,203,184). Sum of RGB (Red+Green+Blue) = 109+203+184=496 (65% of max value = 765). Red value is 109 (42.97% from 255 or 21.98% from 496); Green value is 203 (79.69% from 255 or 40.93% from 496); Blue value is 184 (72.27% from 255 or 37.10% from 496); Max value from RGB is 203 - color contains mainly: green. Hex color #6DCBB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCBB8 is #923447. Grayscale: #ACACAC. Windows color (decimal): -9581640 or 12110701. OLE color: 12110701.
HSL color Cylindrical-coordinate representation of color #6DCBB8: hue angle of 167.87º 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 #6DCBB8 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 109 | 203 | 184 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.20 |
| HSL | 167.87º | 0.47% | 0.61% | - |
| HSV(B) | 167.87º | 0.46% | 0.8% | - |
| XYZ | 36.31 | 49.42 | 52.97 | - |
| YUV | 172.73 | 134.36 | 82.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 203 | 184 | 0.46 | 0 | 0.09 | 0.20 | 167.87 | 0.47 | 0.61 |
| Hex | 6D | CB | B8 | 2E | 0 | 9 | 14 | A8 | 2F | 3D |
| Octal | 155 | 313 | 270 | 56 | 0 | 11 | 24 | 250 | 57 | 75 |
| Binary | 1101101 | 11001011 | 10111000 | 101110 | 0 | 1001 | 10100 | 10101000 | 101111 | 111101 |
Color Harmonies of #6DCBB8
Complementary color
Monochromatic Colors of #6DCBB8
Black with #6DCBB8
Text Example
Text Example
White with #6DCBB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCBB8; }
p { color: rgb(109,203,184); }
H1.HeaderClassName
{
color: #6DCBB8;
}
.AnyTagClassName
{
color: #6DCBB8;
}
</style>
background-color css
<style>
a { background-color: #6DCBB8; }
a { background-color: rgb(109,203,184); }
div.DivClassName
{
background-color: #6DCBB8;
}
.BgClassName
{
background-color: #6DCBB8;
}
</style>
border-color css
<style>
span { border-color: #6DCBB8; }
span { border-color: rgb(109,203,184); }
td.TdClassName
{
border-color: #6DCBB8;
}
.TagClassName
{
border-color: #6DCBB8;
}
</style>