Shades of Downy #6CDBC3
Tints of Downy #6CDBC3
RGB
CMYK
RGB Variations
Color information
#6CDBC3 (or 0x6CDBC3) is known color: Downy. HEX triplet: 6C, DB and C3. RGB value is (108,219,195). Sum of RGB (Red+Green+Blue) = 108+219+195=522 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.69% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 195 (76.56% from 255 or 37.36% from 522); Max value from RGB is 219 - color contains mainly: green. Hex color #6CDBC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDBC3 is #93243C. Grayscale: #B7B7B7. Windows color (decimal): -9643069 or 12835692. OLE color: 12835692.
HSL color Cylindrical-coordinate representation of color #6CDBC3: hue angle of 167.03º 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 #6CDBC3 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 219 | 195 | - |
| CMYK | 0.51 | 0 | 0.11 | 0.14 |
| HSL | 167.03º | 0.61% | 0.64% | - |
| HSV(B) | 167.03º | 0.51% | 0.86% | - |
| XYZ | 41.37 | 57.79 | 60.6 | - |
| YUV | 183.08 | 134.73 | 74.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 219 | 195 | 0.51 | 0 | 0.11 | 0.14 | 167.03 | 0.61 | 0.64 |
| Hex | 6C | DB | C3 | 33 | 0 | B | E | A7 | 3D | 40 |
| Octal | 154 | 333 | 303 | 63 | 0 | 13 | 16 | 247 | 75 | 100 |
| Binary | 1101100 | 11011011 | 11000011 | 110011 | 0 | 1011 | 1110 | 10100111 | 111101 | 1000000 |
Color Harmonies of #6CDBC3
Complementary color
Monochromatic Colors of #6CDBC3
Black with #6CDBC3
Text Example
Text Example
White with #6CDBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDBC3; }
p { color: rgb(108,219,195); }
H1.HeaderClassName
{
color: #6CDBC3;
}
.AnyTagClassName
{
color: #6CDBC3;
}
</style>
background-color css
<style>
a { background-color: #6CDBC3; }
a { background-color: rgb(108,219,195); }
div.DivClassName
{
background-color: #6CDBC3;
}
.BgClassName
{
background-color: #6CDBC3;
}
</style>
border-color css
<style>
span { border-color: #6CDBC3; }
span { border-color: rgb(108,219,195); }
td.TdClassName
{
border-color: #6CDBC3;
}
.TagClassName
{
border-color: #6CDBC3;
}
</style>