Shades of Juniper #6F928E
Tints of Juniper #6F928E
RGB
CMYK
RGB Variations
Color information
#6F928E (or 0x6F928E) is known color: Juniper. HEX triplet: 6F, 92 and 8E. RGB value is (111,146,142). Sum of RGB (Red+Green+Blue) = 111+146+142=399 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.82% from 399); Green value is 146 (57.42% from 255 or 36.59% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 146 - color contains mainly: green. Hex color #6F928E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F928E is #906D71. Grayscale: #878787. Windows color (decimal): -9465202 or 9343599. OLE color: 9343599.
HSL color Cylindrical-coordinate representation of color #6F928E: hue angle of 173.14º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F928E is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 146 | 142 | - |
| CMYK | 0.24 | 0 | 0.03 | 0.43 |
| HSL | 173.14º | 0.14% | 0.5% | - |
| HSV(B) | 173.14º | 0.24% | 0.57% | - |
| XYZ | 21.72 | 25.89 | 29.44 | - |
| YUV | 135.08 | 131.9 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 146 | 142 | 0.24 | 0 | 0.03 | 0.43 | 173.14 | 0.14 | 0.5 |
| Hex | 6F | 92 | 8E | 18 | 0 | 3 | 2B | AD | E | 32 |
| Octal | 157 | 222 | 216 | 30 | 0 | 3 | 53 | 255 | 16 | 62 |
| Binary | 1101111 | 10010010 | 10001110 | 11000 | 0 | 11 | 101011 | 10101101 | 1110 | 110010 |
Color Harmonies of #6F928E
Complementary color
Monochromatic Colors of #6F928E
Black with #6F928E
Text Example
Text Example
White with #6F928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F928E; }
p { color: rgb(111,146,142); }
H1.HeaderClassName
{
color: #6F928E;
}
.AnyTagClassName
{
color: #6F928E;
}
</style>
background-color css
<style>
a { background-color: #6F928E; }
a { background-color: rgb(111,146,142); }
div.DivClassName
{
background-color: #6F928E;
}
.BgClassName
{
background-color: #6F928E;
}
</style>
border-color css
<style>
span { border-color: #6F928E; }
span { border-color: rgb(111,146,142); }
td.TdClassName
{
border-color: #6F928E;
}
.TagClassName
{
border-color: #6F928E;
}
</style>