Shades of Downy #6CDBBB
Tints of Downy #6CDBBB
RGB
CMYK
RGB Variations
Color information
#6CDBBB (or 0x6CDBBB) is known color: Downy. HEX triplet: 6C, DB and BB. RGB value is (108,219,187). Sum of RGB (Red+Green+Blue) = 108+219+187=514 (68% of max value = 765). Red value is 108 (42.58% from 255 or 21.01% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #6CDBBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDBBB is #932444. Grayscale: #B6B6B6. Windows color (decimal): -9643077 or 12311404. OLE color: 12311404.
HSL color Cylindrical-coordinate representation of color #6CDBBB: hue angle of 162.7º 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 #6CDBBB is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 219 | 187 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.14 |
| HSL | 162.7º | 0.61% | 0.64% | - |
| HSV(B) | 162.7º | 0.51% | 0.86% | - |
| XYZ | 40.49 | 57.44 | 55.97 | - |
| YUV | 182.16 | 130.73 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 219 | 187 | 0.51 | 0 | 0.15 | 0.14 | 162.7 | 0.61 | 0.64 |
| Hex | 6C | DB | BB | 33 | 0 | F | E | A3 | 3D | 40 |
| Octal | 154 | 333 | 273 | 63 | 0 | 17 | 16 | 243 | 75 | 100 |
| Binary | 1101100 | 11011011 | 10111011 | 110011 | 0 | 1111 | 1110 | 10100011 | 111101 | 1000000 |
Color Harmonies of #6CDBBB
Complementary color
Monochromatic Colors of #6CDBBB
Black with #6CDBBB
Text Example
Text Example
White with #6CDBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDBBB; }
p { color: rgb(108,219,187); }
H1.HeaderClassName
{
color: #6CDBBB;
}
.AnyTagClassName
{
color: #6CDBBB;
}
</style>
background-color css
<style>
a { background-color: #6CDBBB; }
a { background-color: rgb(108,219,187); }
div.DivClassName
{
background-color: #6CDBBB;
}
.BgClassName
{
background-color: #6CDBBB;
}
</style>
border-color css
<style>
span { border-color: #6CDBBB; }
span { border-color: rgb(108,219,187); }
td.TdClassName
{
border-color: #6CDBBB;
}
.TagClassName
{
border-color: #6CDBBB;
}
</style>