Shades of Juniper #6F9091
Tints of Juniper #6F9091
RGB
CMYK
RGB Variations
Color information
#6F9091 (or 0x6F9091) is known color: Juniper. HEX triplet: 6F, 90 and 91. RGB value is (111,144,145). Sum of RGB (Red+Green+Blue) = 111+144+145=400 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.75% from 400); Green value is 144 (56.64% from 255 or 36% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 145 - color contains mainly: blue. Hex color #6F9091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9091 is #906F6E. Grayscale: #868686. Windows color (decimal): -9465711 or 9539695. OLE color: 9539695.
HSL color Cylindrical-coordinate representation of color #6F9091: hue angle of 181.76º 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 #6F9091 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 144 | 145 | - |
| CMYK | 0.23 | 0.01 | 0 | 0.43 |
| HSL | 181.76º | 0.13% | 0.5% | - |
| HSV(B) | 181.76º | 0.23% | 0.57% | - |
| XYZ | 21.64 | 25.37 | 30.54 | - |
| YUV | 134.25 | 134.07 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 144 | 145 | 0.23 | 0.01 | 0 | 0.43 | 181.76 | 0.13 | 0.5 |
| Hex | 6F | 90 | 91 | 17 | 1 | 0 | 2B | B6 | D | 32 |
| Octal | 157 | 220 | 221 | 27 | 1 | 0 | 53 | 266 | 15 | 62 |
| Binary | 1101111 | 10010000 | 10010001 | 10111 | 1 | 0 | 101011 | 10110110 | 1101 | 110010 |
Color Harmonies of #6F9091
Complementary color
Monochromatic Colors of #6F9091
Black with #6F9091
Text Example
Text Example
White with #6F9091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9091; }
p { color: rgb(111,144,145); }
H1.HeaderClassName
{
color: #6F9091;
}
.AnyTagClassName
{
color: #6F9091;
}
</style>
background-color css
<style>
a { background-color: #6F9091; }
a { background-color: rgb(111,144,145); }
div.DivClassName
{
background-color: #6F9091;
}
.BgClassName
{
background-color: #6F9091;
}
</style>
border-color css
<style>
span { border-color: #6F9091; }
span { border-color: rgb(111,144,145); }
td.TdClassName
{
border-color: #6F9091;
}
.TagClassName
{
border-color: #6F9091;
}
</style>