Shades of Downy #6DCCB6
Tints of Downy #6DCCB6
RGB
CMYK
RGB Variations
Color information
#6DCCB6 (or 0x6DCCB6) is known color: Downy. HEX triplet: 6D, CC and B6. RGB value is (109,204,182). Sum of RGB (Red+Green+Blue) = 109+204+182=495 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.02% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 182 (71.48% from 255 or 36.77% from 495); Max value from RGB is 204 - color contains mainly: green. Hex color #6DCCB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCCB6 is #923349. Grayscale: #ADADAD. Windows color (decimal): -9581386 or 11979885. OLE color: 11979885.
HSL color Cylindrical-coordinate representation of color #6DCCB6: hue angle of 166.11º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCCB6 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 109 | 204 | 182 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.2 |
| HSL | 166.11º | 0.48% | 0.61% | - |
| HSV(B) | 166.11º | 0.47% | 0.8% | - |
| XYZ | 36.34 | 49.81 | 51.96 | - |
| YUV | 173.09 | 133.03 | 82.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 204 | 182 | 0.47 | 0 | 0.11 | 0.2 | 166.11 | 0.48 | 0.61 |
| Hex | 6D | CC | B6 | 2F | 0 | B | 14 | A6 | 30 | 3D |
| Octal | 155 | 314 | 266 | 57 | 0 | 13 | 24 | 246 | 60 | 75 |
| Binary | 1101101 | 11001100 | 10110110 | 101111 | 0 | 1011 | 10100 | 10100110 | 110000 | 111101 |
Color Harmonies of #6DCCB6
Complementary color
Monochromatic Colors of #6DCCB6
Black with #6DCCB6
Text Example
Text Example
White with #6DCCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCCB6; }
p { color: rgb(109,204,182); }
H1.HeaderClassName
{
color: #6DCCB6;
}
.AnyTagClassName
{
color: #6DCCB6;
}
</style>
background-color css
<style>
a { background-color: #6DCCB6; }
a { background-color: rgb(109,204,182); }
div.DivClassName
{
background-color: #6DCCB6;
}
.BgClassName
{
background-color: #6DCCB6;
}
</style>
border-color css
<style>
span { border-color: #6DCCB6; }
span { border-color: rgb(109,204,182); }
td.TdClassName
{
border-color: #6DCCB6;
}
.TagClassName
{
border-color: #6DCCB6;
}
</style>