Shades of Juniper #6F9290
Tints of Juniper #6F9290
RGB
CMYK
RGB Variations
Color information
#6F9290 (or 0x6F9290) is known color: Juniper. HEX triplet: 6F, 92 and 90. RGB value is (111,146,144). Sum of RGB (Red+Green+Blue) = 111+146+144=401 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.68% from 401); Green value is 146 (57.42% from 255 or 36.41% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 146 - color contains mainly: green. Hex color #6F9290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9290 is #906D6F. Grayscale: #878787. Windows color (decimal): -9465200 or 9474671. OLE color: 9474671.
HSL color Cylindrical-coordinate representation of color #6F9290: hue angle of 176.57º 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 #6F9290 is Cyan = 0.24, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 146 | 144 | - |
| CMYK | 0.24 | 0 | 0.01 | 0.43 |
| HSL | 176.57º | 0.14% | 0.5% | - |
| HSV(B) | 176.57º | 0.24% | 0.57% | - |
| XYZ | 21.87 | 25.95 | 30.24 | - |
| YUV | 135.31 | 132.9 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 146 | 144 | 0.24 | 0 | 0.01 | 0.43 | 176.57 | 0.14 | 0.5 |
| Hex | 6F | 92 | 90 | 18 | 0 | 1 | 2B | B1 | E | 32 |
| Octal | 157 | 222 | 220 | 30 | 0 | 1 | 53 | 261 | 16 | 62 |
| Binary | 1101111 | 10010010 | 10010000 | 11000 | 0 | 1 | 101011 | 10110001 | 1110 | 110010 |
Color Harmonies of #6F9290
Complementary color
Monochromatic Colors of #6F9290
Black with #6F9290
Text Example
Text Example
White with #6F9290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9290; }
p { color: rgb(111,146,144); }
H1.HeaderClassName
{
color: #6F9290;
}
.AnyTagClassName
{
color: #6F9290;
}
</style>
background-color css
<style>
a { background-color: #6F9290; }
a { background-color: rgb(111,146,144); }
div.DivClassName
{
background-color: #6F9290;
}
.BgClassName
{
background-color: #6F9290;
}
</style>
border-color css
<style>
span { border-color: #6F9290; }
span { border-color: rgb(111,146,144); }
td.TdClassName
{
border-color: #6F9290;
}
.TagClassName
{
border-color: #6F9290;
}
</style>