Shades of Silver Tree #6CAF8B
Tints of Silver Tree #6CAF8B
RGB
CMYK
RGB Variations
Color information
#6CAF8B (or 0x6CAF8B) is known color: Silver Tree. HEX triplet: 6C, AF and 8B. RGB value is (108,175,139). Sum of RGB (Red+Green+Blue) = 108+175+139=422 (55% of max value = 765). Red value is 108 (42.58% from 255 or 25.59% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 175 - color contains mainly: green. Hex color #6CAF8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6CAF8B is #935074. Grayscale: #969696. Windows color (decimal): -9654389 or 9154412. OLE color: 9154412.
HSL color Cylindrical-coordinate representation of color #6CAF8B: hue angle of 147.76º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6CAF8B is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 108 | 175 | 139 | - |
| CMYK | 0.38 | 0 | 0.21 | 0.31 |
| HSL | 147.76º | 0.3% | 0.55% | - |
| HSV(B) | 147.76º | 0.38% | 0.69% | - |
| XYZ | 26.17 | 35.71 | 29.94 | - |
| YUV | 150.86 | 121.3 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 175 | 139 | 0.38 | 0 | 0.21 | 0.31 | 147.76 | 0.3 | 0.55 |
| Hex | 6C | AF | 8B | 26 | 0 | 15 | 1F | 94 | 1E | 37 |
| Octal | 154 | 257 | 213 | 46 | 0 | 25 | 37 | 224 | 36 | 67 |
| Binary | 1101100 | 10101111 | 10001011 | 100110 | 0 | 10101 | 11111 | 10010100 | 11110 | 110111 |
Color Harmonies of #6CAF8B
Complementary color
Monochromatic Colors of #6CAF8B
Black with #6CAF8B
Text Example
Text Example
White with #6CAF8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6CAF8B; }
p { color: rgb(108,175,139); }
H1.HeaderClassName
{
color: #6CAF8B;
}
.AnyTagClassName
{
color: #6CAF8B;
}
</style>
background-color css
<style>
a { background-color: #6CAF8B; }
a { background-color: rgb(108,175,139); }
div.DivClassName
{
background-color: #6CAF8B;
}
.BgClassName
{
background-color: #6CAF8B;
}
</style>
border-color css
<style>
span { border-color: #6CAF8B; }
span { border-color: rgb(108,175,139); }
td.TdClassName
{
border-color: #6CAF8B;
}
.TagClassName
{
border-color: #6CAF8B;
}
</style>