Shades of Juniper #6B8B8B
Tints of Juniper #6B8B8B
RGB
CMYK
RGB Variations
Color information
#6B8B8B (or 0x6B8B8B) is known color: Juniper. HEX triplet: 6B, 8B and 8B. RGB value is (107,139,139). Sum of RGB (Red+Green+Blue) = 107+139+139=385 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.79% from 385); Green value is 139 (54.69% from 255 or 36.10% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 139 - color contains mainly: green, blue. Hex color #6B8B8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8B8B is #947474. Grayscale: #818181. Windows color (decimal): -9729141 or 9145195. OLE color: 9145195.
HSL color Cylindrical-coordinate representation of color #6B8B8B: hue angle of 180º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6B8B8B is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 139 | 139 | - |
| CMYK | 0.23 | 0 | 0 | 0.45 |
| HSL | 180º | 0.13% | 0.48% | - |
| HSV(B) | 180º | 0.23% | 0.55% | - |
| XYZ | 19.96 | 23.46 | 27.9 | - |
| YUV | 129.43 | 133.4 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 139 | 139 | 0.23 | 0 | 0 | 0.45 | 180 | 0.13 | 0.48 |
| Hex | 6B | 8B | 8B | 17 | 0 | 0 | 2D | B4 | D | 30 |
| Octal | 153 | 213 | 213 | 27 | 0 | 0 | 55 | 264 | 15 | 60 |
| Binary | 1101011 | 10001011 | 10001011 | 10111 | 0 | 0 | 101101 | 10110100 | 1101 | 110000 |
Color Harmonies of #6B8B8B
Complementary color
Monochromatic Colors of #6B8B8B
Black with #6B8B8B
Text Example
Text Example
White with #6B8B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8B8B; }
p { color: rgb(107,139,139); }
H1.HeaderClassName
{
color: #6B8B8B;
}
.AnyTagClassName
{
color: #6B8B8B;
}
</style>
background-color css
<style>
a { background-color: #6B8B8B; }
a { background-color: rgb(107,139,139); }
div.DivClassName
{
background-color: #6B8B8B;
}
.BgClassName
{
background-color: #6B8B8B;
}
</style>
border-color css
<style>
span { border-color: #6B8B8B; }
span { border-color: rgb(107,139,139); }
td.TdClassName
{
border-color: #6B8B8B;
}
.TagClassName
{
border-color: #6B8B8B;
}
</style>