Shades of Downy #6CCCB9
Tints of Downy #6CCCB9
RGB
CMYK
RGB Variations
Color information
#6CCCB9 (or 0x6CCCB9) is known color: Downy. HEX triplet: 6C, CC and B9. RGB value is (108,204,185). Sum of RGB (Red+Green+Blue) = 108+204+185=497 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.73% from 497); Green value is 204 (80.08% from 255 or 41.05% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 204 - color contains mainly: green. Hex color #6CCCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CCCB9 is #933346. Grayscale: #ADADAD. Windows color (decimal): -9646919 or 12176492. OLE color: 12176492.
HSL color Cylindrical-coordinate representation of color #6CCCB9: hue angle of 168.12º 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 #6CCCB9 is Cyan = 0.47, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 108 | 204 | 185 | - |
| CMYK | 0.47 | 0 | 0.09 | 0.2 |
| HSL | 168.13º | 0.48% | 0.61% | - |
| HSV(B) | 168.13º | 0.47% | 0.8% | - |
| XYZ | 36.53 | 49.88 | 53.6 | - |
| YUV | 173.13 | 134.7 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 204 | 185 | 0.47 | 0 | 0.09 | 0.2 | 168.13 | 0.48 | 0.61 |
| Hex | 6C | CC | B9 | 2F | 0 | 9 | 14 | A8 | 30 | 3D |
| Octal | 154 | 314 | 271 | 57 | 0 | 11 | 24 | 250 | 60 | 75 |
| Binary | 1101100 | 11001100 | 10111001 | 101111 | 0 | 1001 | 10100 | 10101000 | 110000 | 111101 |
Color Harmonies of #6CCCB9
Complementary color
Monochromatic Colors of #6CCCB9
Black with #6CCCB9
Text Example
Text Example
White with #6CCCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CCCB9; }
p { color: rgb(108,204,185); }
H1.HeaderClassName
{
color: #6CCCB9;
}
.AnyTagClassName
{
color: #6CCCB9;
}
</style>
background-color css
<style>
a { background-color: #6CCCB9; }
a { background-color: rgb(108,204,185); }
div.DivClassName
{
background-color: #6CCCB9;
}
.BgClassName
{
background-color: #6CCCB9;
}
</style>
border-color css
<style>
span { border-color: #6CCCB9; }
span { border-color: rgb(108,204,185); }
td.TdClassName
{
border-color: #6CCCB9;
}
.TagClassName
{
border-color: #6CCCB9;
}
</style>