Shades of Juniper #6F9192
Tints of Juniper #6F9192
RGB
CMYK
RGB Variations
Color information
#6F9192 (or 0x6F9192) is known color: Juniper. HEX triplet: 6F, 91 and 92. RGB value is (111,145,146). Sum of RGB (Red+Green+Blue) = 111+145+146=402 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.61% from 402); Green value is 145 (57.03% from 255 or 36.07% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 146 - color contains mainly: blue. Hex color #6F9192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9192 is #906E6D. Grayscale: #868686. Windows color (decimal): -9465454 or 9605487. OLE color: 9605487.
HSL color Cylindrical-coordinate representation of color #6F9192: hue angle of 181.71º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F9192 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 145 | 146 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.43 |
| HSL | 181.71º | 0.14% | 0.5% | - |
| HSV(B) | 181.71º | 0.24% | 0.57% | - |
| XYZ | 21.87 | 25.71 | 31 | - |
| YUV | 134.95 | 134.24 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 145 | 146 | 0.24 | 0.01 | 0 | 0.43 | 181.71 | 0.14 | 0.5 |
| Hex | 6F | 91 | 92 | 18 | 1 | 0 | 2B | B6 | E | 32 |
| Octal | 157 | 221 | 222 | 30 | 1 | 0 | 53 | 266 | 16 | 62 |
| Binary | 1101111 | 10010001 | 10010010 | 11000 | 1 | 0 | 101011 | 10110110 | 1110 | 110010 |
Color Harmonies of #6F9192
Complementary color
Monochromatic Colors of #6F9192
Black with #6F9192
Text Example
Text Example
White with #6F9192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9192; }
p { color: rgb(111,145,146); }
H1.HeaderClassName
{
color: #6F9192;
}
.AnyTagClassName
{
color: #6F9192;
}
</style>
background-color css
<style>
a { background-color: #6F9192; }
a { background-color: rgb(111,145,146); }
div.DivClassName
{
background-color: #6F9192;
}
.BgClassName
{
background-color: #6F9192;
}
</style>
border-color css
<style>
span { border-color: #6F9192; }
span { border-color: rgb(111,145,146); }
td.TdClassName
{
border-color: #6F9192;
}
.TagClassName
{
border-color: #6F9192;
}
</style>