Shades of Downy #6BE2B7
Tints of Downy #6BE2B7
RGB
CMYK
RGB Variations
Color information
#6BE2B7 (or 0x6BE2B7) is known color: Downy. HEX triplet: 6B, E2 and B7. RGB value is (107,226,183). Sum of RGB (Red+Green+Blue) = 107+226+183=516 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.74% from 516); Green value is 226 (88.67% from 255 or 43.80% from 516); Blue value is 183 (71.88% from 255 or 35.47% from 516); Max value from RGB is 226 - color contains mainly: green. Hex color #6BE2B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BE2B7 is #941D48. Grayscale: #B9B9B9. Windows color (decimal): -9706825 or 12051051. OLE color: 12051051.
HSL color Cylindrical-coordinate representation of color #6BE2B7: hue angle of 158.32º 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 #6BE2B7 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 107 | 226 | 183 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.11 |
| HSL | 158.32º | 0.67% | 0.65% | - |
| HSV(B) | 158.32º | 0.53% | 0.89% | - |
| XYZ | 41.81 | 60.94 | 54.36 | - |
| YUV | 185.52 | 126.58 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 226 | 183 | 0.53 | 0 | 0.19 | 0.11 | 158.32 | 0.67 | 0.65 |
| Hex | 6B | E2 | B7 | 35 | 0 | 13 | B | 9E | 43 | 41 |
| Octal | 153 | 342 | 267 | 65 | 0 | 23 | 13 | 236 | 103 | 101 |
| Binary | 1101011 | 11100010 | 10110111 | 110101 | 0 | 10011 | 1011 | 10011110 | 1000011 | 1000001 |
Color Harmonies of #6BE2B7
Complementary color
Monochromatic Colors of #6BE2B7
Black with #6BE2B7
Text Example
Text Example
White with #6BE2B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE2B7; }
p { color: rgb(107,226,183); }
H1.HeaderClassName
{
color: #6BE2B7;
}
.AnyTagClassName
{
color: #6BE2B7;
}
</style>
background-color css
<style>
a { background-color: #6BE2B7; }
a { background-color: rgb(107,226,183); }
div.DivClassName
{
background-color: #6BE2B7;
}
.BgClassName
{
background-color: #6BE2B7;
}
</style>
border-color css
<style>
span { border-color: #6BE2B7; }
span { border-color: rgb(107,226,183); }
td.TdClassName
{
border-color: #6BE2B7;
}
.TagClassName
{
border-color: #6BE2B7;
}
</style>