Shades of Juniper #649491
Tints of Juniper #649491
RGB
CMYK
RGB Variations
Color information
#649491 (or 0x649491) is known color: Juniper. HEX triplet: 64, 94 and 91. RGB value is (100,148,145). Sum of RGB (Red+Green+Blue) = 100+148+145=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 148 (58.20% from 255 or 37.66% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 148 - color contains mainly: green. Hex color #649491 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649491 is #9B6B6E. Grayscale: #858585. Windows color (decimal): -10185583 or 9540708. OLE color: 9540708.
HSL color Cylindrical-coordinate representation of color #649491: hue angle of 176.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #649491 is Cyan = 0.32, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 148 | 145 | - |
| CMYK | 0.32 | 0 | 0.02 | 0.42 |
| HSL | 176.25º | 0.19% | 0.49% | - |
| HSV(B) | 176.25º | 0.32% | 0.58% | - |
| XYZ | 20.96 | 25.93 | 30.69 | - |
| YUV | 133.31 | 134.6 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 148 | 145 | 0.32 | 0 | 0.02 | 0.42 | 176.25 | 0.19 | 0.49 |
| Hex | 64 | 94 | 91 | 20 | 0 | 2 | 2A | B0 | 13 | 31 |
| Octal | 144 | 224 | 221 | 40 | 0 | 2 | 52 | 260 | 23 | 61 |
| Binary | 1100100 | 10010100 | 10010001 | 100000 | 0 | 10 | 101010 | 10110000 | 10011 | 110001 |
Color Harmonies of #649491
Complementary color
Monochromatic Colors of #649491
Black with #649491
Text Example
Text Example
White with #649491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649491; }
p { color: rgb(100,148,145); }
H1.HeaderClassName
{
color: #649491;
}
.AnyTagClassName
{
color: #649491;
}
</style>
background-color css
<style>
a { background-color: #649491; }
a { background-color: rgb(100,148,145); }
div.DivClassName
{
background-color: #649491;
}
.BgClassName
{
background-color: #649491;
}
</style>
border-color css
<style>
span { border-color: #649491; }
span { border-color: rgb(100,148,145); }
td.TdClassName
{
border-color: #649491;
}
.TagClassName
{
border-color: #649491;
}
</style>