Shades of Downy #6BE3B7
Tints of Downy #6BE3B7
RGB
CMYK
RGB Variations
Color information
#6BE3B7 (or 0x6BE3B7) is known color: Downy. HEX triplet: 6B, E3 and B7. RGB value is (107,227,183). Sum of RGB (Red+Green+Blue) = 107+227+183=517 (68% of max value = 765). Red value is 107 (42.19% from 255 or 20.70% from 517); Green value is 227 (89.06% from 255 or 43.91% from 517); Blue value is 183 (71.88% from 255 or 35.40% from 517); Max value from RGB is 227 - color contains mainly: green. Hex color #6BE3B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6BE3B7 is #941C48. Grayscale: #BABABA. Windows color (decimal): -9706569 or 12051307. OLE color: 12051307.
HSL color Cylindrical-coordinate representation of color #6BE3B7: hue angle of 158º degrees, saturation: 0.68, 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 #6BE3B7 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 107 | 227 | 183 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.11 |
| HSL | 158º | 0.68% | 0.65% | - |
| HSV(B) | 158º | 0.53% | 0.89% | - |
| XYZ | 42.08 | 61.48 | 54.45 | - |
| YUV | 186.1 | 126.24 | 71.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 227 | 183 | 0.53 | 0 | 0.19 | 0.11 | 158 | 0.68 | 0.65 |
| Hex | 6B | E3 | B7 | 35 | 0 | 13 | B | 9E | 44 | 41 |
| Octal | 153 | 343 | 267 | 65 | 0 | 23 | 13 | 236 | 104 | 101 |
| Binary | 1101011 | 11100011 | 10110111 | 110101 | 0 | 10011 | 1011 | 10011110 | 1000100 | 1000001 |
Color Harmonies of #6BE3B7
Complementary color
Monochromatic Colors of #6BE3B7
Black with #6BE3B7
Text Example
Text Example
White with #6BE3B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BE3B7; }
p { color: rgb(107,227,183); }
H1.HeaderClassName
{
color: #6BE3B7;
}
.AnyTagClassName
{
color: #6BE3B7;
}
</style>
background-color css
<style>
a { background-color: #6BE3B7; }
a { background-color: rgb(107,227,183); }
div.DivClassName
{
background-color: #6BE3B7;
}
.BgClassName
{
background-color: #6BE3B7;
}
</style>
border-color css
<style>
span { border-color: #6BE3B7; }
span { border-color: rgb(107,227,183); }
td.TdClassName
{
border-color: #6BE3B7;
}
.TagClassName
{
border-color: #6BE3B7;
}
</style>