Shades of Downy #6BC4BA
Tints of Downy #6BC4BA
RGB
CMYK
RGB Variations
Color information
#6BC4BA (or 0x6BC4BA) is known color: Downy. HEX triplet: 6B, C4 and BA. RGB value is (107,196,186). Sum of RGB (Red+Green+Blue) = 107+196+186=489 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.88% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 196 - color contains mainly: green. Hex color #6BC4BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC4BA is #943B45. Grayscale: #A8A8A8. Windows color (decimal): -9714502 or 12239979. OLE color: 12239979.
HSL color Cylindrical-coordinate representation of color #6BC4BA: hue angle of 173.26º degrees, saturation: 0.43, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6BC4BA is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 107 | 196 | 186 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.23 |
| HSL | 173.26º | 0.43% | 0.59% | - |
| HSV(B) | 173.26º | 0.45% | 0.77% | - |
| XYZ | 34.67 | 46.15 | 53.54 | - |
| YUV | 168.25 | 138.01 | 84.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 196 | 186 | 0.45 | 0 | 0.05 | 0.23 | 173.26 | 0.43 | 0.59 |
| Hex | 6B | C4 | BA | 2D | 0 | 5 | 17 | AD | 2B | 3B |
| Octal | 153 | 304 | 272 | 55 | 0 | 5 | 27 | 255 | 53 | 73 |
| Binary | 1101011 | 11000100 | 10111010 | 101101 | 0 | 101 | 10111 | 10101101 | 101011 | 111011 |
Color Harmonies of #6BC4BA
Complementary color
Monochromatic Colors of #6BC4BA
Black with #6BC4BA
Text Example
Text Example
White with #6BC4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC4BA; }
p { color: rgb(107,196,186); }
H1.HeaderClassName
{
color: #6BC4BA;
}
.AnyTagClassName
{
color: #6BC4BA;
}
</style>
background-color css
<style>
a { background-color: #6BC4BA; }
a { background-color: rgb(107,196,186); }
div.DivClassName
{
background-color: #6BC4BA;
}
.BgClassName
{
background-color: #6BC4BA;
}
</style>
border-color css
<style>
span { border-color: #6BC4BA; }
span { border-color: rgb(107,196,186); }
td.TdClassName
{
border-color: #6BC4BA;
}
.TagClassName
{
border-color: #6BC4BA;
}
</style>