Shades of Juniper #6F9294
Tints of Juniper #6F9294
RGB
CMYK
RGB Variations
Color information
#6F9294 (or 0x6F9294) is known color: Juniper. HEX triplet: 6F, 92 and 94. RGB value is (111,146,148). Sum of RGB (Red+Green+Blue) = 111+146+148=405 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.41% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 148 (58.20% from 255 or 36.54% from 405); Max value from RGB is 148 - color contains mainly: blue. Hex color #6F9294 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9294 is #906D6B. Grayscale: #878787. Windows color (decimal): -9465196 or 9736815. OLE color: 9736815.
HSL color Cylindrical-coordinate representation of color #6F9294: hue angle of 183.24º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6F9294 is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 146 | 148 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.42 |
| HSL | 183.24º | 0.15% | 0.51% | - |
| HSV(B) | 183.24º | 0.25% | 0.58% | - |
| XYZ | 22.18 | 26.08 | 31.88 | - |
| YUV | 135.76 | 134.9 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 146 | 148 | 0.25 | 0.01 | 0 | 0.42 | 183.24 | 0.15 | 0.51 |
| Hex | 6F | 92 | 94 | 19 | 1 | 0 | 2A | B7 | F | 33 |
| Octal | 157 | 222 | 224 | 31 | 1 | 0 | 52 | 267 | 17 | 63 |
| Binary | 1101111 | 10010010 | 10010100 | 11001 | 1 | 0 | 101010 | 10110111 | 1111 | 110011 |
Color Harmonies of #6F9294
Complementary color
Monochromatic Colors of #6F9294
Black with #6F9294
Text Example
Text Example
White with #6F9294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9294; }
p { color: rgb(111,146,148); }
H1.HeaderClassName
{
color: #6F9294;
}
.AnyTagClassName
{
color: #6F9294;
}
</style>
background-color css
<style>
a { background-color: #6F9294; }
a { background-color: rgb(111,146,148); }
div.DivClassName
{
background-color: #6F9294;
}
.BgClassName
{
background-color: #6F9294;
}
</style>
border-color css
<style>
span { border-color: #6F9294; }
span { border-color: rgb(111,146,148); }
td.TdClassName
{
border-color: #6F9294;
}
.TagClassName
{
border-color: #6F9294;
}
</style>