Shades of Silver Tree #6BB088
Tints of Silver Tree #6BB088
RGB
CMYK
RGB Variations
Color information
#6BB088 (or 0x6BB088) is known color: Silver Tree. HEX triplet: 6B, B0 and 88. RGB value is (107,176,136). Sum of RGB (Red+Green+Blue) = 107+176+136=419 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.54% from 419); Green value is 176 (69.14% from 255 or 42.00% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 176 - color contains mainly: green. Hex color #6BB088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BB088 is #944F77. Grayscale: #969696. Windows color (decimal): -9719672 or 8958059. OLE color: 8958059.
HSL color Cylindrical-coordinate representation of color #6BB088: hue angle of 145.22º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6BB088 is Cyan = 0.39, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 176 | 136 | - |
| CMYK | 0.39 | 0 | 0.23 | 0.31 |
| HSL | 145.22º | 0.3% | 0.55% | - |
| HSV(B) | 145.22º | 0.39% | 0.69% | - |
| XYZ | 26.03 | 35.95 | 28.86 | - |
| YUV | 150.81 | 119.64 | 96.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 176 | 136 | 0.39 | 0 | 0.23 | 0.31 | 145.22 | 0.3 | 0.55 |
| Hex | 6B | B0 | 88 | 27 | 0 | 17 | 1F | 91 | 1E | 37 |
| Octal | 153 | 260 | 210 | 47 | 0 | 27 | 37 | 221 | 36 | 67 |
| Binary | 1101011 | 10110000 | 10001000 | 100111 | 0 | 10111 | 11111 | 10010001 | 11110 | 110111 |
Color Harmonies of #6BB088
Complementary color
Monochromatic Colors of #6BB088
Black with #6BB088
Text Example
Text Example
White with #6BB088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BB088; }
p { color: rgb(107,176,136); }
H1.HeaderClassName
{
color: #6BB088;
}
.AnyTagClassName
{
color: #6BB088;
}
</style>
background-color css
<style>
a { background-color: #6BB088; }
a { background-color: rgb(107,176,136); }
div.DivClassName
{
background-color: #6BB088;
}
.BgClassName
{
background-color: #6BB088;
}
</style>
border-color css
<style>
span { border-color: #6BB088; }
span { border-color: rgb(107,176,136); }
td.TdClassName
{
border-color: #6BB088;
}
.TagClassName
{
border-color: #6BB088;
}
</style>