Shades of Juniper #6E918D
Tints of Juniper #6E918D
RGB
CMYK
RGB Variations
Color information
#6E918D (or 0x6E918D) is known color: Juniper. HEX triplet: 6E, 91 and 8D. RGB value is (110,145,141). Sum of RGB (Red+Green+Blue) = 110+145+141=396 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.78% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 145 - color contains mainly: green. Hex color #6E918D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E918D is #916E72. Grayscale: #868686. Windows color (decimal): -9530995 or 9277806. OLE color: 9277806.
HSL color Cylindrical-coordinate representation of color #6E918D: 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 #6E918D is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 145 | 141 | - |
| 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.36 | 25.49 | 28.99 | - |
| YUV | 134.08 | 131.9 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 145 | 141 | 0.24 | 0 | 0.03 | 0.43 | 173.14 | 0.14 | 0.5 |
| Hex | 6E | 91 | 8D | 18 | 0 | 3 | 2B | AD | E | 32 |
| Octal | 156 | 221 | 215 | 30 | 0 | 3 | 53 | 255 | 16 | 62 |
| Binary | 1101110 | 10010001 | 10001101 | 11000 | 0 | 11 | 101011 | 10101101 | 1110 | 110010 |
Color Harmonies of #6E918D
Complementary color
Monochromatic Colors of #6E918D
Black with #6E918D
Text Example
Text Example
White with #6E918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E918D; }
p { color: rgb(110,145,141); }
H1.HeaderClassName
{
color: #6E918D;
}
.AnyTagClassName
{
color: #6E918D;
}
</style>
background-color css
<style>
a { background-color: #6E918D; }
a { background-color: rgb(110,145,141); }
div.DivClassName
{
background-color: #6E918D;
}
.BgClassName
{
background-color: #6E918D;
}
</style>
border-color css
<style>
span { border-color: #6E918D; }
span { border-color: rgb(110,145,141); }
td.TdClassName
{
border-color: #6E918D;
}
.TagClassName
{
border-color: #6E918D;
}
</style>