Shades of Juniper #6E928E
Tints of Juniper #6E928E
RGB
CMYK
RGB Variations
Color information
#6E928E (or 0x6E928E) is known color: Juniper. HEX triplet: 6E, 92 and 8E. RGB value is (110,146,142). Sum of RGB (Red+Green+Blue) = 110+146+142=398 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.64% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 142 (55.86% from 255 or 35.68% from 398); Max value from RGB is 146 - color contains mainly: green. Hex color #6E928E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E928E is #916D71. Grayscale: #868686. Windows color (decimal): -9530738 or 9343598. OLE color: 9343598.
HSL color Cylindrical-coordinate representation of color #6E928E: hue angle of 173.33º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E928E is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 146 | 142 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.43 |
| HSL | 173.33º | 0.14% | 0.5% | - |
| HSV(B) | 173.33º | 0.25% | 0.57% | - |
| XYZ | 21.59 | 25.83 | 29.44 | - |
| YUV | 134.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 146 | 142 | 0.25 | 0 | 0.03 | 0.43 | 173.33 | 0.14 | 0.5 |
| Hex | 6E | 92 | 8E | 19 | 0 | 3 | 2B | AD | E | 32 |
| Octal | 156 | 222 | 216 | 31 | 0 | 3 | 53 | 255 | 16 | 62 |
| Binary | 1101110 | 10010010 | 10001110 | 11001 | 0 | 11 | 101011 | 10101101 | 1110 | 110010 |
Color Harmonies of #6E928E
Complementary color
Monochromatic Colors of #6E928E
Black with #6E928E
Text Example
Text Example
White with #6E928E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E928E; }
p { color: rgb(110,146,142); }
H1.HeaderClassName
{
color: #6E928E;
}
.AnyTagClassName
{
color: #6E928E;
}
</style>
background-color css
<style>
a { background-color: #6E928E; }
a { background-color: rgb(110,146,142); }
div.DivClassName
{
background-color: #6E928E;
}
.BgClassName
{
background-color: #6E928E;
}
</style>
border-color css
<style>
span { border-color: #6E928E; }
span { border-color: rgb(110,146,142); }
td.TdClassName
{
border-color: #6E928E;
}
.TagClassName
{
border-color: #6E928E;
}
</style>