Shades of Silver Tree #6BBA9A
Tints of Silver Tree #6BBA9A
RGB
CMYK
RGB Variations
Color information
#6BBA9A (or 0x6BBA9A) is known color: Silver Tree. HEX triplet: 6B, BA and 9A. RGB value is (107,186,154). Sum of RGB (Red+Green+Blue) = 107+186+154=447 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.94% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 186 - color contains mainly: green. Hex color #6BBA9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BBA9A is #944565. Grayscale: #9E9E9E. Windows color (decimal): -9717094 or 10140267. OLE color: 10140267.
HSL color Cylindrical-coordinate representation of color #6BBA9A: hue angle of 155.7º 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 #6BBA9A is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 186 | 154 | - |
| CMYK | 0.42 | 0 | 0.17 | 0.27 |
| HSL | 155.7º | 0.36% | 0.57% | - |
| HSV(B) | 155.7º | 0.42% | 0.73% | - |
| XYZ | 29.46 | 40.58 | 36.85 | - |
| YUV | 158.73 | 125.33 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 186 | 154 | 0.42 | 0 | 0.17 | 0.27 | 155.7 | 0.36 | 0.57 |
| Hex | 6B | BA | 9A | 2A | 0 | 11 | 1B | 9C | 24 | 39 |
| Octal | 153 | 272 | 232 | 52 | 0 | 21 | 33 | 234 | 44 | 71 |
| Binary | 1101011 | 10111010 | 10011010 | 101010 | 0 | 10001 | 11011 | 10011100 | 100100 | 111001 |
Color Harmonies of #6BBA9A
Complementary color
Monochromatic Colors of #6BBA9A
Black with #6BBA9A
Text Example
Text Example
White with #6BBA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BBA9A; }
p { color: rgb(107,186,154); }
H1.HeaderClassName
{
color: #6BBA9A;
}
.AnyTagClassName
{
color: #6BBA9A;
}
</style>
background-color css
<style>
a { background-color: #6BBA9A; }
a { background-color: rgb(107,186,154); }
div.DivClassName
{
background-color: #6BBA9A;
}
.BgClassName
{
background-color: #6BBA9A;
}
</style>
border-color css
<style>
span { border-color: #6BBA9A; }
span { border-color: rgb(107,186,154); }
td.TdClassName
{
border-color: #6BBA9A;
}
.TagClassName
{
border-color: #6BBA9A;
}
</style>