Shades of Juniper #6D9C97
Tints of Juniper #6D9C97
RGB
CMYK
RGB Variations
Color information
#6D9C97 (or 0x6D9C97) is known color: Juniper. HEX triplet: 6D, 9C and 97. RGB value is (109,156,151). Sum of RGB (Red+Green+Blue) = 109+156+151=416 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.20% from 416); Green value is 156 (61.33% from 255 or 37.5% from 416); Blue value is 151 (59.38% from 255 or 36.30% from 416); Max value from RGB is 156 - color contains mainly: green. Hex color #6D9C97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9C97 is #926368. Grayscale: #8D8D8D. Windows color (decimal): -9593705 or 9935981. OLE color: 9935981.
HSL color Cylindrical-coordinate representation of color #6D9C97: hue angle of 173.62º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D9C97 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 109 | 156 | 151 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.39 |
| HSL | 173.62º | 0.19% | 0.52% | - |
| HSV(B) | 173.62º | 0.3% | 0.61% | - |
| XYZ | 23.78 | 29.26 | 33.67 | - |
| YUV | 141.38 | 133.43 | 104.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 156 | 151 | 0.30 | 0 | 0.03 | 0.39 | 173.62 | 0.19 | 0.52 |
| Hex | 6D | 9C | 97 | 1E | 0 | 3 | 27 | AE | 13 | 34 |
| Octal | 155 | 234 | 227 | 36 | 0 | 3 | 47 | 256 | 23 | 64 |
| Binary | 1101101 | 10011100 | 10010111 | 11110 | 0 | 11 | 100111 | 10101110 | 10011 | 110100 |
Color Harmonies of #6D9C97
Complementary color
Monochromatic Colors of #6D9C97
Black with #6D9C97
Text Example
Text Example
White with #6D9C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9C97; }
p { color: rgb(109,156,151); }
H1.HeaderClassName
{
color: #6D9C97;
}
.AnyTagClassName
{
color: #6D9C97;
}
</style>
background-color css
<style>
a { background-color: #6D9C97; }
a { background-color: rgb(109,156,151); }
div.DivClassName
{
background-color: #6D9C97;
}
.BgClassName
{
background-color: #6D9C97;
}
</style>
border-color css
<style>
span { border-color: #6D9C97; }
span { border-color: rgb(109,156,151); }
td.TdClassName
{
border-color: #6D9C97;
}
.TagClassName
{
border-color: #6D9C97;
}
</style>