Shades of Juniper #6B9291
Tints of Juniper #6B9291
RGB
CMYK
RGB Variations
Color information
#6B9291 (or 0x6B9291) is known color: Juniper. HEX triplet: 6B, 92 and 91. RGB value is (107,146,145). Sum of RGB (Red+Green+Blue) = 107+146+145=398 (52% of max value = 765). Red value is 107 (42.19% from 255 or 26.88% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 146 - color contains mainly: green. Hex color #6B9291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9291 is #946D6E. Grayscale: #868686. Windows color (decimal): -9727343 or 9540203. OLE color: 9540203.
HSL color Cylindrical-coordinate representation of color #6B9291: hue angle of 178.46º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B9291 is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 107 | 146 | 145 | - |
| CMYK | 0.27 | 0 | 0.01 | 0.43 |
| HSL | 178.46º | 0.15% | 0.5% | - |
| HSV(B) | 178.46º | 0.27% | 0.57% | - |
| XYZ | 21.45 | 25.73 | 30.62 | - |
| YUV | 134.23 | 134.08 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 146 | 145 | 0.27 | 0 | 0.01 | 0.43 | 178.46 | 0.15 | 0.5 |
| Hex | 6B | 92 | 91 | 1B | 0 | 1 | 2B | B2 | F | 32 |
| Octal | 153 | 222 | 221 | 33 | 0 | 1 | 53 | 262 | 17 | 62 |
| Binary | 1101011 | 10010010 | 10010001 | 11011 | 0 | 1 | 101011 | 10110010 | 1111 | 110010 |
Color Harmonies of #6B9291
Complementary color
Monochromatic Colors of #6B9291
Black with #6B9291
Text Example
Text Example
White with #6B9291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9291; }
p { color: rgb(107,146,145); }
H1.HeaderClassName
{
color: #6B9291;
}
.AnyTagClassName
{
color: #6B9291;
}
</style>
background-color css
<style>
a { background-color: #6B9291; }
a { background-color: rgb(107,146,145); }
div.DivClassName
{
background-color: #6B9291;
}
.BgClassName
{
background-color: #6B9291;
}
</style>
border-color css
<style>
span { border-color: #6B9291; }
span { border-color: rgb(107,146,145); }
td.TdClassName
{
border-color: #6B9291;
}
.TagClassName
{
border-color: #6B9291;
}
</style>