Shades of Silver Tree #6BAF8A
Tints of Silver Tree #6BAF8A
RGB
CMYK
RGB Variations
Color information
#6BAF8A (or 0x6BAF8A) is known color: Silver Tree. HEX triplet: 6B, AF and 8A. RGB value is (107,175,138). Sum of RGB (Red+Green+Blue) = 107+175+138=420 (55% of max value = 765). Red value is 107 (42.19% from 255 or 25.48% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 175 - color contains mainly: green. Hex color #6BAF8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6BAF8A is #945075. Grayscale: #969696. Windows color (decimal): -9719926 or 9088875. OLE color: 9088875.
HSL color Cylindrical-coordinate representation of color #6BAF8A: hue angle of 147.35º 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 #6BAF8A is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 107 | 175 | 138 | - |
| CMYK | 0.39 | 0 | 0.21 | 0.31 |
| HSL | 147.35º | 0.3% | 0.55% | - |
| HSV(B) | 147.35º | 0.39% | 0.69% | - |
| XYZ | 25.98 | 35.62 | 29.55 | - |
| YUV | 150.45 | 120.97 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 175 | 138 | 0.39 | 0 | 0.21 | 0.31 | 147.35 | 0.3 | 0.55 |
| Hex | 6B | AF | 8A | 27 | 0 | 15 | 1F | 93 | 1E | 37 |
| Octal | 153 | 257 | 212 | 47 | 0 | 25 | 37 | 223 | 36 | 67 |
| Binary | 1101011 | 10101111 | 10001010 | 100111 | 0 | 10101 | 11111 | 10010011 | 11110 | 110111 |
Color Harmonies of #6BAF8A
Complementary color
Monochromatic Colors of #6BAF8A
Black with #6BAF8A
Text Example
Text Example
White with #6BAF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6BAF8A; }
p { color: rgb(107,175,138); }
H1.HeaderClassName
{
color: #6BAF8A;
}
.AnyTagClassName
{
color: #6BAF8A;
}
</style>
background-color css
<style>
a { background-color: #6BAF8A; }
a { background-color: rgb(107,175,138); }
div.DivClassName
{
background-color: #6BAF8A;
}
.BgClassName
{
background-color: #6BAF8A;
}
</style>
border-color css
<style>
span { border-color: #6BAF8A; }
span { border-color: rgb(107,175,138); }
td.TdClassName
{
border-color: #6BAF8A;
}
.TagClassName
{
border-color: #6BAF8A;
}
</style>