Shades of Downy #6BC1BA
Tints of Downy #6BC1BA
RGB
CMYK
RGB Variations
Color information
#6BC1BA (or 0x6BC1BA) is known color: Downy. HEX triplet: 6B, C1 and BA. RGB value is (107,193,186). Sum of RGB (Red+Green+Blue) = 107+193+186=486 (64% of max value = 765). Red value is 107 (42.19% from 255 or 22.02% from 486); Green value is 193 (75.78% from 255 or 39.71% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 193 - color contains mainly: green. Hex color #6BC1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BC1BA is #943E45. Grayscale: #A6A6A6. Windows color (decimal): -9715270 or 12239211. OLE color: 12239211.
HSL color Cylindrical-coordinate representation of color #6BC1BA: hue angle of 175.12º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6BC1BA is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 107 | 193 | 186 | - |
| CMYK | 0.45 | 0 | 0.04 | 0.24 |
| HSL | 175.12º | 0.41% | 0.59% | - |
| HSV(B) | 175.12º | 0.45% | 0.76% | - |
| XYZ | 34 | 44.81 | 53.31 | - |
| YUV | 166.49 | 139.01 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 193 | 186 | 0.45 | 0 | 0.04 | 0.24 | 175.12 | 0.41 | 0.59 |
| Hex | 6B | C1 | BA | 2D | 0 | 4 | 18 | AF | 29 | 3B |
| Octal | 153 | 301 | 272 | 55 | 0 | 4 | 30 | 257 | 51 | 73 |
| Binary | 1101011 | 11000001 | 10111010 | 101101 | 0 | 100 | 11000 | 10101111 | 101001 | 111011 |
Color Harmonies of #6BC1BA
Complementary color
Monochromatic Colors of #6BC1BA
Black with #6BC1BA
Text Example
Text Example
White with #6BC1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BC1BA; }
p { color: rgb(107,193,186); }
H1.HeaderClassName
{
color: #6BC1BA;
}
.AnyTagClassName
{
color: #6BC1BA;
}
</style>
background-color css
<style>
a { background-color: #6BC1BA; }
a { background-color: rgb(107,193,186); }
div.DivClassName
{
background-color: #6BC1BA;
}
.BgClassName
{
background-color: #6BC1BA;
}
</style>
border-color css
<style>
span { border-color: #6BC1BA; }
span { border-color: rgb(107,193,186); }
td.TdClassName
{
border-color: #6BC1BA;
}
.TagClassName
{
border-color: #6BC1BA;
}
</style>