Shades of Juniper #6D9895
Tints of Juniper #6D9895
RGB
CMYK
RGB Variations
Color information
#6D9895 (or 0x6D9895) is known color: Juniper. HEX triplet: 6D, 98 and 95. RGB value is (109,152,149). Sum of RGB (Red+Green+Blue) = 109+152+149=410 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.59% from 410); Green value is 152 (59.77% from 255 or 37.07% from 410); Blue value is 149 (58.59% from 255 or 36.34% from 410); Max value from RGB is 152 - color contains mainly: green. Hex color #6D9895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9895 is #92676A. Grayscale: #8A8A8A. Windows color (decimal): -9594731 or 9803885. OLE color: 9803885.
HSL color Cylindrical-coordinate representation of color #6D9895: hue angle of 175.81º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D9895 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 109 | 152 | 149 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.40 |
| HSL | 175.81º | 0.17% | 0.51% | - |
| HSV(B) | 175.81º | 0.28% | 0.6% | - |
| XYZ | 22.96 | 27.88 | 32.6 | - |
| YUV | 138.8 | 133.75 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 152 | 149 | 0.28 | 0 | 0.02 | 0.40 | 175.81 | 0.17 | 0.51 |
| Hex | 6D | 98 | 95 | 1C | 0 | 2 | 28 | B0 | 11 | 33 |
| Octal | 155 | 230 | 225 | 34 | 0 | 2 | 50 | 260 | 21 | 63 |
| Binary | 1101101 | 10011000 | 10010101 | 11100 | 0 | 10 | 101000 | 10110000 | 10001 | 110011 |
Color Harmonies of #6D9895
Complementary color
Monochromatic Colors of #6D9895
Black with #6D9895
Text Example
Text Example
White with #6D9895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9895; }
p { color: rgb(109,152,149); }
H1.HeaderClassName
{
color: #6D9895;
}
.AnyTagClassName
{
color: #6D9895;
}
</style>
background-color css
<style>
a { background-color: #6D9895; }
a { background-color: rgb(109,152,149); }
div.DivClassName
{
background-color: #6D9895;
}
.BgClassName
{
background-color: #6D9895;
}
</style>
border-color css
<style>
span { border-color: #6D9895; }
span { border-color: rgb(109,152,149); }
td.TdClassName
{
border-color: #6D9895;
}
.TagClassName
{
border-color: #6D9895;
}
</style>