Shades of Silver Tree #6BBA94
Tints of Silver Tree #6BBA94
RGB
CMYK
RGB Variations
Color information
#6BBA94 (or 0x6BBA94) is known color: Silver Tree. HEX triplet: 6B, BA and 94. RGB value is (107,186,148). Sum of RGB (Red+Green+Blue) = 107+186+148=441 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.26% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 186 - color contains mainly: green. Hex color #6BBA94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBA94 is #94456B. Grayscale: #9E9E9E. Windows color (decimal): -9717100 or 9747051. OLE color: 9747051.
HSL color Cylindrical-coordinate representation of color #6BBA94: hue angle of 151.14º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6BBA94 is Cyan = 0.42, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 186 | 148 | - |
| CMYK | 0.42 | 0 | 0.20 | 0.27 |
| HSL | 151.14º | 0.36% | 0.57% | - |
| HSV(B) | 151.14º | 0.42% | 0.73% | - |
| XYZ | 28.97 | 40.38 | 34.28 | - |
| YUV | 158.05 | 122.33 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 186 | 148 | 0.42 | 0 | 0.20 | 0.27 | 151.14 | 0.36 | 0.57 |
| Hex | 6B | BA | 94 | 2A | 0 | 14 | 1B | 97 | 24 | 39 |
| Octal | 153 | 272 | 224 | 52 | 0 | 24 | 33 | 227 | 44 | 71 |
| Binary | 1101011 | 10111010 | 10010100 | 101010 | 0 | 10100 | 11011 | 10010111 | 100100 | 111001 |
Color Harmonies of #6BBA94
Complementary color
Monochromatic Colors of #6BBA94
Black with #6BBA94
Text Example
Text Example
White with #6BBA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBA94; }
p { color: rgb(107,186,148); }
H1.HeaderClassName
{
color: #6BBA94;
}
.AnyTagClassName
{
color: #6BBA94;
}
</style>
background-color css
<style>
a { background-color: #6BBA94; }
a { background-color: rgb(107,186,148); }
div.DivClassName
{
background-color: #6BBA94;
}
.BgClassName
{
background-color: #6BBA94;
}
</style>
border-color css
<style>
span { border-color: #6BBA94; }
span { border-color: rgb(107,186,148); }
td.TdClassName
{
border-color: #6BBA94;
}
.TagClassName
{
border-color: #6BBA94;
}
</style>