Shades of Juniper #6FA197
Tints of Juniper #6FA197
RGB
CMYK
RGB Variations
Color information
#6FA197 (or 0x6FA197) is known color: Juniper. HEX triplet: 6F, A1 and 97. RGB value is (111,161,151). Sum of RGB (Red+Green+Blue) = 111+161+151=423 (56% of max value = 765). Red value is 111 (43.75% from 255 or 26.24% from 423); Green value is 161 (63.28% from 255 or 38.06% from 423); Blue value is 151 (59.38% from 255 or 35.70% from 423); Max value from RGB is 161 - color contains mainly: green. Hex color #6FA197 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA197 is #905E68. Grayscale: #909090. Windows color (decimal): -9461353 or 9937263. OLE color: 9937263.
HSL color Cylindrical-coordinate representation of color #6FA197: hue angle of 168º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6FA197 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 111 | 161 | 151 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.37 |
| HSL | 168º | 0.21% | 0.53% | - |
| HSV(B) | 168º | 0.31% | 0.63% | - |
| XYZ | 24.89 | 31.1 | 33.97 | - |
| YUV | 144.91 | 131.44 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 161 | 151 | 0.31 | 0 | 0.06 | 0.37 | 168 | 0.21 | 0.53 |
| Hex | 6F | A1 | 97 | 1F | 0 | 6 | 25 | A8 | 15 | 35 |
| Octal | 157 | 241 | 227 | 37 | 0 | 6 | 45 | 250 | 25 | 65 |
| Binary | 1101111 | 10100001 | 10010111 | 11111 | 0 | 110 | 100101 | 10101000 | 10101 | 110101 |
Color Harmonies of #6FA197
Complementary color
Monochromatic Colors of #6FA197
Black with #6FA197
Text Example
Text Example
White with #6FA197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA197; }
p { color: rgb(111,161,151); }
H1.HeaderClassName
{
color: #6FA197;
}
.AnyTagClassName
{
color: #6FA197;
}
</style>
background-color css
<style>
a { background-color: #6FA197; }
a { background-color: rgb(111,161,151); }
div.DivClassName
{
background-color: #6FA197;
}
.BgClassName
{
background-color: #6FA197;
}
</style>
border-color css
<style>
span { border-color: #6FA197; }
span { border-color: rgb(111,161,151); }
td.TdClassName
{
border-color: #6FA197;
}
.TagClassName
{
border-color: #6FA197;
}
</style>