Shades of Downy #6CDBC9
Tints of Downy #6CDBC9
RGB
CMYK
RGB Variations
Color information
#6CDBC9 (or 0x6CDBC9) is known color: Downy. HEX triplet: 6C, DB and C9. RGB value is (108,219,201). Sum of RGB (Red+Green+Blue) = 108+219+201=528 (69% of max value = 765). Red value is 108 (42.58% from 255 or 20.45% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 201 (78.91% from 255 or 38.07% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #6CDBC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDBC9 is #932436. Grayscale: #B7B7B7. Windows color (decimal): -9643063 or 13228908. OLE color: 13228908.
HSL color Cylindrical-coordinate representation of color #6CDBC9: hue angle of 170.27º 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 #6CDBC9 is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 108 | 219 | 201 | - |
| CMYK | 0.51 | 0 | 0.08 | 0.14 |
| HSL | 170.27º | 0.61% | 0.64% | - |
| HSV(B) | 170.27º | 0.51% | 0.86% | - |
| XYZ | 42.06 | 58.07 | 64.25 | - |
| YUV | 183.76 | 137.73 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 219 | 201 | 0.51 | 0 | 0.08 | 0.14 | 170.27 | 0.61 | 0.64 |
| Hex | 6C | DB | C9 | 33 | 0 | 8 | E | AA | 3D | 40 |
| Octal | 154 | 333 | 311 | 63 | 0 | 10 | 16 | 252 | 75 | 100 |
| Binary | 1101100 | 11011011 | 11001001 | 110011 | 0 | 1000 | 1110 | 10101010 | 111101 | 1000000 |
Color Harmonies of #6CDBC9
Complementary color
Monochromatic Colors of #6CDBC9
Black with #6CDBC9
Text Example
Text Example
White with #6CDBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDBC9; }
p { color: rgb(108,219,201); }
H1.HeaderClassName
{
color: #6CDBC9;
}
.AnyTagClassName
{
color: #6CDBC9;
}
</style>
background-color css
<style>
a { background-color: #6CDBC9; }
a { background-color: rgb(108,219,201); }
div.DivClassName
{
background-color: #6CDBC9;
}
.BgClassName
{
background-color: #6CDBC9;
}
</style>
border-color css
<style>
span { border-color: #6CDBC9; }
span { border-color: rgb(108,219,201); }
td.TdClassName
{
border-color: #6CDBC9;
}
.TagClassName
{
border-color: #6CDBC9;
}
</style>