Shades of Downy #6CDABF
Tints of Downy #6CDABF
RGB
CMYK
RGB Variations
Color information
#6CDABF (or 0x6CDABF) is known color: Downy. HEX triplet: 6C, DA and BF. RGB value is (108,218,191). Sum of RGB (Red+Green+Blue) = 108+218+191=517 (68% of max value = 765). Red value is 108 (42.58% from 255 or 20.89% from 517); Green value is 218 (85.55% from 255 or 42.17% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 218 - color contains mainly: green. Hex color #6CDABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6CDABF is #932540. Grayscale: #B6B6B6. Windows color (decimal): -9643329 or 12573292. OLE color: 12573292.
HSL color Cylindrical-coordinate representation of color #6CDABF: hue angle of 165.27º 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 #6CDABF is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 218 | 191 | - |
| CMYK | 0.50 | 0 | 0.12 | 0.15 |
| HSL | 165.27º | 0.6% | 0.64% | - |
| HSV(B) | 165.27º | 0.5% | 0.85% | - |
| XYZ | 40.66 | 57.09 | 58.17 | - |
| YUV | 182.03 | 133.06 | 75.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 218 | 191 | 0.50 | 0 | 0.12 | 0.15 | 165.27 | 0.6 | 0.64 |
| Hex | 6C | DA | BF | 32 | 0 | C | F | A5 | 3C | 40 |
| Octal | 154 | 332 | 277 | 62 | 0 | 14 | 17 | 245 | 74 | 100 |
| Binary | 1101100 | 11011010 | 10111111 | 110010 | 0 | 1100 | 1111 | 10100101 | 111100 | 1000000 |
Color Harmonies of #6CDABF
Complementary color
Monochromatic Colors of #6CDABF
Black with #6CDABF
Text Example
Text Example
White with #6CDABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CDABF; }
p { color: rgb(108,218,191); }
H1.HeaderClassName
{
color: #6CDABF;
}
.AnyTagClassName
{
color: #6CDABF;
}
</style>
background-color css
<style>
a { background-color: #6CDABF; }
a { background-color: rgb(108,218,191); }
div.DivClassName
{
background-color: #6CDABF;
}
.BgClassName
{
background-color: #6CDABF;
}
</style>
border-color css
<style>
span { border-color: #6CDABF; }
span { border-color: rgb(108,218,191); }
td.TdClassName
{
border-color: #6CDABF;
}
.TagClassName
{
border-color: #6CDABF;
}
</style>