Shades of Downy #6DCABF
Tints of Downy #6DCABF
RGB
CMYK
RGB Variations
Color information
#6DCABF (or 0x6DCABF) is known color: Downy. HEX triplet: 6D, CA and BF. RGB value is (109,202,191). Sum of RGB (Red+Green+Blue) = 109+202+191=502 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.71% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 191 (75% from 255 or 38.05% from 502); Max value from RGB is 202 - color contains mainly: green. Hex color #6DCABF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DCABF is #923540. Grayscale: #ACACAC. Windows color (decimal): -9581889 or 12569197. OLE color: 12569197.
HSL color Cylindrical-coordinate representation of color #6DCABF: hue angle of 172.9º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6DCABF is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 109 | 202 | 191 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.21 |
| HSL | 172.9º | 0.47% | 0.61% | - |
| HSV(B) | 172.9º | 0.46% | 0.79% | - |
| XYZ | 36.83 | 49.25 | 56.86 | - |
| YUV | 172.94 | 138.19 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 202 | 191 | 0.46 | 0 | 0.05 | 0.21 | 172.9 | 0.47 | 0.61 |
| Hex | 6D | CA | BF | 2E | 0 | 5 | 15 | AD | 2F | 3D |
| Octal | 155 | 312 | 277 | 56 | 0 | 5 | 25 | 255 | 57 | 75 |
| Binary | 1101101 | 11001010 | 10111111 | 101110 | 0 | 101 | 10101 | 10101101 | 101111 | 111101 |
Color Harmonies of #6DCABF
Complementary color
Monochromatic Colors of #6DCABF
Black with #6DCABF
Text Example
Text Example
White with #6DCABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6DCABF; }
p { color: rgb(109,202,191); }
H1.HeaderClassName
{
color: #6DCABF;
}
.AnyTagClassName
{
color: #6DCABF;
}
</style>
background-color css
<style>
a { background-color: #6DCABF; }
a { background-color: rgb(109,202,191); }
div.DivClassName
{
background-color: #6DCABF;
}
.BgClassName
{
background-color: #6DCABF;
}
</style>
border-color css
<style>
span { border-color: #6DCABF; }
span { border-color: rgb(109,202,191); }
td.TdClassName
{
border-color: #6DCABF;
}
.TagClassName
{
border-color: #6DCABF;
}
</style>