Shades of Juniper #6F8F91
Tints of Juniper #6F8F91
RGB
CMYK
RGB Variations
Color information
#6F8F91 (or 0x6F8F91) is known color: Juniper. HEX triplet: 6F, 8F and 91. RGB value is (111,143,145). Sum of RGB (Red+Green+Blue) = 111+143+145=399 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.82% from 399); Green value is 143 (56.25% from 255 or 35.84% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 145 - color contains mainly: blue. Hex color #6F8F91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8F91 is #90706E. Grayscale: #858585. Windows color (decimal): -9465967 or 9539439. OLE color: 9539439.
HSL color Cylindrical-coordinate representation of color #6F8F91: hue angle of 183.53º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F8F91 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 143 | 145 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.43 |
| HSL | 183.53º | 0.13% | 0.5% | - |
| HSV(B) | 183.53º | 0.23% | 0.57% | - |
| XYZ | 21.49 | 25.07 | 30.49 | - |
| YUV | 133.66 | 134.4 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 143 | 145 | 0.23 | 0.01 | 0 | 0.43 | 183.53 | 0.13 | 0.5 |
| Hex | 6F | 8F | 91 | 17 | 1 | 0 | 2B | B8 | D | 32 |
| Octal | 157 | 217 | 221 | 27 | 1 | 0 | 53 | 270 | 15 | 62 |
| Binary | 1101111 | 10001111 | 10010001 | 10111 | 1 | 0 | 101011 | 10111000 | 1101 | 110010 |
Color Harmonies of #6F8F91
Complementary color
Monochromatic Colors of #6F8F91
Black with #6F8F91
Text Example
Text Example
White with #6F8F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8F91; }
p { color: rgb(111,143,145); }
H1.HeaderClassName
{
color: #6F8F91;
}
.AnyTagClassName
{
color: #6F8F91;
}
</style>
background-color css
<style>
a { background-color: #6F8F91; }
a { background-color: rgb(111,143,145); }
div.DivClassName
{
background-color: #6F8F91;
}
.BgClassName
{
background-color: #6F8F91;
}
</style>
border-color css
<style>
span { border-color: #6F8F91; }
span { border-color: rgb(111,143,145); }
td.TdClassName
{
border-color: #6F8F91;
}
.TagClassName
{
border-color: #6F8F91;
}
</style>