Shades of Juniper #6F9491
Tints of Juniper #6F9491
RGB
CMYK
RGB Variations
Color information
#6F9491 (or 0x6F9491) is known color: Juniper. HEX triplet: 6F, 94 and 91. RGB value is (111,148,145). Sum of RGB (Red+Green+Blue) = 111+148+145=404 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.48% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 148 - color contains mainly: green. Hex color #6F9491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9491 is #906B6E. Grayscale: #888888. Windows color (decimal): -9464687 or 9540719. OLE color: 9540719.
HSL color Cylindrical-coordinate representation of color #6F9491: hue angle of 175.14º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6F9491 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 148 | 145 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.42 |
| HSL | 175.14º | 0.15% | 0.51% | - |
| HSV(B) | 175.14º | 0.25% | 0.58% | - |
| XYZ | 22.26 | 26.6 | 30.75 | - |
| YUV | 136.6 | 132.74 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 148 | 145 | 0.25 | 0 | 0.02 | 0.42 | 175.14 | 0.15 | 0.51 |
| Hex | 6F | 94 | 91 | 19 | 0 | 2 | 2A | AF | F | 33 |
| Octal | 157 | 224 | 221 | 31 | 0 | 2 | 52 | 257 | 17 | 63 |
| Binary | 1101111 | 10010100 | 10010001 | 11001 | 0 | 10 | 101010 | 10101111 | 1111 | 110011 |
Color Harmonies of #6F9491
Complementary color
Monochromatic Colors of #6F9491
Black with #6F9491
Text Example
Text Example
White with #6F9491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9491; }
p { color: rgb(111,148,145); }
H1.HeaderClassName
{
color: #6F9491;
}
.AnyTagClassName
{
color: #6F9491;
}
</style>
background-color css
<style>
a { background-color: #6F9491; }
a { background-color: rgb(111,148,145); }
div.DivClassName
{
background-color: #6F9491;
}
.BgClassName
{
background-color: #6F9491;
}
</style>
border-color css
<style>
span { border-color: #6F9491; }
span { border-color: rgb(111,148,145); }
td.TdClassName
{
border-color: #6F9491;
}
.TagClassName
{
border-color: #6F9491;
}
</style>