Shades of Downy #6BECBA
Tints of Downy #6BECBA
RGB
CMYK
RGB Variations
Color information
#6BECBA (or 0x6BECBA) is known color: Downy. HEX triplet: 6B, EC and BA. RGB value is (107,236,186). Sum of RGB (Red+Green+Blue) = 107+236+186=529 (70% of max value = 765). Red value is 107 (42.19% from 255 or 20.23% from 529); Green value is 236 (92.58% from 255 or 44.61% from 529); Blue value is 186 (73.05% from 255 or 35.16% from 529); Max value from RGB is 236 - color contains mainly: green. Hex color #6BECBA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6BECBA is #941345. Grayscale: #BFBFBF. Windows color (decimal): -9704262 or 12250219. OLE color: 12250219.
HSL color Cylindrical-coordinate representation of color #6BECBA: hue angle of 156.74º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6BECBA is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 107 | 236 | 186 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.07 |
| HSL | 156.74º | 0.77% | 0.67% | - |
| HSV(B) | 156.74º | 0.55% | 0.93% | - |
| XYZ | 44.92 | 66.66 | 56.95 | - |
| YUV | 191.73 | 124.76 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 236 | 186 | 0.55 | 0 | 0.21 | 0.07 | 156.74 | 0.77 | 0.67 |
| Hex | 6B | EC | BA | 37 | 0 | 15 | 7 | 9D | 4D | 43 |
| Octal | 153 | 354 | 272 | 67 | 0 | 25 | 7 | 235 | 115 | 103 |
| Binary | 1101011 | 11101100 | 10111010 | 110111 | 0 | 10101 | 111 | 10011101 | 1001101 | 1000011 |
Color Harmonies of #6BECBA
Complementary color
Monochromatic Colors of #6BECBA
Black with #6BECBA
Text Example
Text Example
White with #6BECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BECBA; }
p { color: rgb(107,236,186); }
H1.HeaderClassName
{
color: #6BECBA;
}
.AnyTagClassName
{
color: #6BECBA;
}
</style>
background-color css
<style>
a { background-color: #6BECBA; }
a { background-color: rgb(107,236,186); }
div.DivClassName
{
background-color: #6BECBA;
}
.BgClassName
{
background-color: #6BECBA;
}
</style>
border-color css
<style>
span { border-color: #6BECBA; }
span { border-color: rgb(107,236,186); }
td.TdClassName
{
border-color: #6BECBA;
}
.TagClassName
{
border-color: #6BECBA;
}
</style>