Shades of Juniper #6D918E
Tints of Juniper #6D918E
RGB
CMYK
RGB Variations
Color information
#6D918E (or 0x6D918E) is known color: Juniper. HEX triplet: 6D, 91 and 8E. RGB value is (109,145,142). Sum of RGB (Red+Green+Blue) = 109+145+142=396 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.53% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 145 - color contains mainly: green. Hex color #6D918E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D918E is #926E71. Grayscale: #858585. Windows color (decimal): -9596530 or 9343341. OLE color: 9343341.
HSL color Cylindrical-coordinate representation of color #6D918E: hue angle of 175º 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 #6D918E is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 109 | 145 | 142 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.43 |
| HSL | 175º | 0.14% | 0.5% | - |
| HSV(B) | 175º | 0.25% | 0.57% | - |
| XYZ | 21.31 | 25.46 | 29.38 | - |
| YUV | 133.89 | 132.57 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 145 | 142 | 0.25 | 0 | 0.02 | 0.43 | 175 | 0.14 | 0.5 |
| Hex | 6D | 91 | 8E | 19 | 0 | 2 | 2B | AF | E | 32 |
| Octal | 155 | 221 | 216 | 31 | 0 | 2 | 53 | 257 | 16 | 62 |
| Binary | 1101101 | 10010001 | 10001110 | 11001 | 0 | 10 | 101011 | 10101111 | 1110 | 110010 |
Color Harmonies of #6D918E
Complementary color
Monochromatic Colors of #6D918E
Black with #6D918E
Text Example
Text Example
White with #6D918E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D918E; }
p { color: rgb(109,145,142); }
H1.HeaderClassName
{
color: #6D918E;
}
.AnyTagClassName
{
color: #6D918E;
}
</style>
background-color css
<style>
a { background-color: #6D918E; }
a { background-color: rgb(109,145,142); }
div.DivClassName
{
background-color: #6D918E;
}
.BgClassName
{
background-color: #6D918E;
}
</style>
border-color css
<style>
span { border-color: #6D918E; }
span { border-color: rgb(109,145,142); }
td.TdClassName
{
border-color: #6D918E;
}
.TagClassName
{
border-color: #6D918E;
}
</style>