Shades of Downy #6CDBBC
Tints of Downy #6CDBBC
RGB
CMYK
RGB Variations
Color information
#6CDBBC (or 0x6CDBBC) is known color: Downy. HEX triplet: 6C, DB and BC. RGB value is (108,219,188). Sum of RGB (Red+Green+Blue) = 108+219+188=515 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.97% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 219 - color contains mainly: green. Hex color #6CDBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDBBC is #932443. Grayscale: #B6B6B6. Windows color (decimal): -9643076 or 12376940. OLE color: 12376940.
HSL color Cylindrical-coordinate representation of color #6CDBBC: hue angle of 163.24º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6CDBBC is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 219 | 188 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.14 |
| HSL | 163.24º | 0.61% | 0.64% | - |
| HSV(B) | 163.24º | 0.51% | 0.86% | - |
| XYZ | 40.59 | 57.48 | 56.53 | - |
| YUV | 182.28 | 131.23 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 219 | 188 | 0.51 | 0 | 0.14 | 0.14 | 163.24 | 0.61 | 0.64 |
| Hex | 6C | DB | BC | 33 | 0 | E | E | A3 | 3D | 40 |
| Octal | 154 | 333 | 274 | 63 | 0 | 16 | 16 | 243 | 75 | 100 |
| Binary | 1101100 | 11011011 | 10111100 | 110011 | 0 | 1110 | 1110 | 10100011 | 111101 | 1000000 |
Color Harmonies of #6CDBBC
Complementary color
Monochromatic Colors of #6CDBBC
Black with #6CDBBC
Text Example
Text Example
White with #6CDBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDBBC; }
p { color: rgb(108,219,188); }
H1.HeaderClassName
{
color: #6CDBBC;
}
.AnyTagClassName
{
color: #6CDBBC;
}
</style>
background-color css
<style>
a { background-color: #6CDBBC; }
a { background-color: rgb(108,219,188); }
div.DivClassName
{
background-color: #6CDBBC;
}
.BgClassName
{
background-color: #6CDBBC;
}
</style>
border-color css
<style>
span { border-color: #6CDBBC; }
span { border-color: rgb(108,219,188); }
td.TdClassName
{
border-color: #6CDBBC;
}
.TagClassName
{
border-color: #6CDBBC;
}
</style>