Shades of Downy #6BE2B9
Tints of Downy #6BE2B9
RGB
CMYK
RGB Variations
Color information
#6BE2B9 (or 0x6BE2B9) is known color: Downy. HEX triplet: 6B, E2 and B9. RGB value is (107,226,185). Sum of RGB (Red+Green+Blue) = 107+226+185=518 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.66% from 518); Green value is 226 (88.67% from 255 or 43.63% from 518); Blue value is 185 (72.66% from 255 or 35.71% from 518); Max value from RGB is 226 - color contains mainly: green. Hex color #6BE2B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BE2B9 is #941D46. Grayscale: #B9B9B9. Windows color (decimal): -9706823 or 12182123. OLE color: 12182123.
HSL color Cylindrical-coordinate representation of color #6BE2B9: hue angle of 159.33º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6BE2B9 is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 107 | 226 | 185 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.11 |
| HSL | 159.33º | 0.67% | 0.65% | - |
| HSV(B) | 159.33º | 0.53% | 0.89% | - |
| XYZ | 42.02 | 61.02 | 55.46 | - |
| YUV | 185.75 | 127.58 | 71.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 226 | 185 | 0.53 | 0 | 0.18 | 0.11 | 159.33 | 0.67 | 0.65 |
| Hex | 6B | E2 | B9 | 35 | 0 | 12 | B | 9F | 43 | 41 |
| Octal | 153 | 342 | 271 | 65 | 0 | 22 | 13 | 237 | 103 | 101 |
| Binary | 1101011 | 11100010 | 10111001 | 110101 | 0 | 10010 | 1011 | 10011111 | 1000011 | 1000001 |
Color Harmonies of #6BE2B9
Complementary color
Monochromatic Colors of #6BE2B9
Black with #6BE2B9
Text Example
Text Example
White with #6BE2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE2B9; }
p { color: rgb(107,226,185); }
H1.HeaderClassName
{
color: #6BE2B9;
}
.AnyTagClassName
{
color: #6BE2B9;
}
</style>
background-color css
<style>
a { background-color: #6BE2B9; }
a { background-color: rgb(107,226,185); }
div.DivClassName
{
background-color: #6BE2B9;
}
.BgClassName
{
background-color: #6BE2B9;
}
</style>
border-color css
<style>
span { border-color: #6BE2B9; }
span { border-color: rgb(107,226,185); }
td.TdClassName
{
border-color: #6BE2B9;
}
.TagClassName
{
border-color: #6BE2B9;
}
</style>