Shades of Downy #6CDAB7
Tints of Downy #6CDAB7
RGB
CMYK
RGB Variations
Color information
#6CDAB7 (or 0x6CDAB7) is known color: Downy. HEX triplet: 6C, DA and B7. RGB value is (108,218,183). Sum of RGB (Red+Green+Blue) = 108+218+183=509 (67% of max value = 765). Red value is 108 (42.58% from 255 or 21.22% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 183 (71.88% from 255 or 35.95% from 509); Max value from RGB is 218 - color contains mainly: green. Hex color #6CDAB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDAB7 is #932548. Grayscale: #B5B5B5. Windows color (decimal): -9643337 or 12049004. OLE color: 12049004.
HSL color Cylindrical-coordinate representation of color #6CDAB7: hue angle of 160.91º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6CDAB7 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 218 | 183 | - |
| CMYK | 0.50 | 0 | 0.16 | 0.15 |
| HSL | 160.91º | 0.6% | 0.64% | - |
| HSV(B) | 160.91º | 0.5% | 0.85% | - |
| XYZ | 39.8 | 56.75 | 53.66 | - |
| YUV | 181.12 | 129.06 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 218 | 183 | 0.50 | 0 | 0.16 | 0.15 | 160.91 | 0.6 | 0.64 |
| Hex | 6C | DA | B7 | 32 | 0 | 10 | F | A1 | 3C | 40 |
| Octal | 154 | 332 | 267 | 62 | 0 | 20 | 17 | 241 | 74 | 100 |
| Binary | 1101100 | 11011010 | 10110111 | 110010 | 0 | 10000 | 1111 | 10100001 | 111100 | 1000000 |
Color Harmonies of #6CDAB7
Complementary color
Monochromatic Colors of #6CDAB7
Black with #6CDAB7
Text Example
Text Example
White with #6CDAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDAB7; }
p { color: rgb(108,218,183); }
H1.HeaderClassName
{
color: #6CDAB7;
}
.AnyTagClassName
{
color: #6CDAB7;
}
</style>
background-color css
<style>
a { background-color: #6CDAB7; }
a { background-color: rgb(108,218,183); }
div.DivClassName
{
background-color: #6CDAB7;
}
.BgClassName
{
background-color: #6CDAB7;
}
</style>
border-color css
<style>
span { border-color: #6CDAB7; }
span { border-color: rgb(108,218,183); }
td.TdClassName
{
border-color: #6CDAB7;
}
.TagClassName
{
border-color: #6CDAB7;
}
</style>