Shades of Juniper #6D8F8E
Tints of Juniper #6D8F8E
RGB
CMYK
RGB Variations
Color information
#6D8F8E (or 0x6D8F8E) is known color: Juniper. HEX triplet: 6D, 8F and 8E. RGB value is (109,143,142). Sum of RGB (Red+Green+Blue) = 109+143+142=394 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.66% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 143 - color contains mainly: green. Hex color #6D8F8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8F8E is #927071. Grayscale: #848484. Windows color (decimal): -9597042 or 9342829. OLE color: 9342829.
HSL color Cylindrical-coordinate representation of color #6D8F8E: hue angle of 178.24º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D8F8E is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 143 | 142 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.44 |
| HSL | 178.24º | 0.13% | 0.49% | - |
| HSV(B) | 178.24º | 0.24% | 0.56% | - |
| XYZ | 21.01 | 24.85 | 29.28 | - |
| YUV | 132.72 | 133.24 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 143 | 142 | 0.24 | 0 | 0.01 | 0.44 | 178.24 | 0.13 | 0.49 |
| Hex | 6D | 8F | 8E | 18 | 0 | 1 | 2C | B2 | D | 31 |
| Octal | 155 | 217 | 216 | 30 | 0 | 1 | 54 | 262 | 15 | 61 |
| Binary | 1101101 | 10001111 | 10001110 | 11000 | 0 | 1 | 101100 | 10110010 | 1101 | 110001 |
Color Harmonies of #6D8F8E
Complementary color
Monochromatic Colors of #6D8F8E
Black with #6D8F8E
Text Example
Text Example
White with #6D8F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8F8E; }
p { color: rgb(109,143,142); }
H1.HeaderClassName
{
color: #6D8F8E;
}
.AnyTagClassName
{
color: #6D8F8E;
}
</style>
background-color css
<style>
a { background-color: #6D8F8E; }
a { background-color: rgb(109,143,142); }
div.DivClassName
{
background-color: #6D8F8E;
}
.BgClassName
{
background-color: #6D8F8E;
}
</style>
border-color css
<style>
span { border-color: #6D8F8E; }
span { border-color: rgb(109,143,142); }
td.TdClassName
{
border-color: #6D8F8E;
}
.TagClassName
{
border-color: #6D8F8E;
}
</style>