Shades of Juniper #649391
Tints of Juniper #649391
RGB
CMYK
RGB Variations
Color information
#649391 (or 0x649391) is known color: Juniper. HEX triplet: 64, 93 and 91. RGB value is (100,147,145). Sum of RGB (Red+Green+Blue) = 100+147+145=392 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.51% from 392); Green value is 147 (57.81% from 255 or 37.5% from 392); Blue value is 145 (57.03% from 255 or 36.99% from 392); Max value from RGB is 147 - color contains mainly: green. Hex color #649391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649391 is #9B6C6E. Grayscale: #848484. Windows color (decimal): -10185839 or 9540452. OLE color: 9540452.
HSL color Cylindrical-coordinate representation of color #649391: hue angle of 177.45º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #649391 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 147 | 145 | - |
| CMYK | 0.32 | 0 | 0.01 | 0.42 |
| HSL | 177.45º | 0.19% | 0.48% | - |
| HSV(B) | 177.45º | 0.32% | 0.58% | - |
| XYZ | 20.8 | 25.62 | 30.64 | - |
| YUV | 132.72 | 134.93 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 147 | 145 | 0.32 | 0 | 0.01 | 0.42 | 177.45 | 0.19 | 0.48 |
| Hex | 64 | 93 | 91 | 20 | 0 | 1 | 2A | B1 | 13 | 30 |
| Octal | 144 | 223 | 221 | 40 | 0 | 1 | 52 | 261 | 23 | 60 |
| Binary | 1100100 | 10010011 | 10010001 | 100000 | 0 | 1 | 101010 | 10110001 | 10011 | 110000 |
Color Harmonies of #649391
Complementary color
Monochromatic Colors of #649391
Black with #649391
Text Example
Text Example
White with #649391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649391; }
p { color: rgb(100,147,145); }
H1.HeaderClassName
{
color: #649391;
}
.AnyTagClassName
{
color: #649391;
}
</style>
background-color css
<style>
a { background-color: #649391; }
a { background-color: rgb(100,147,145); }
div.DivClassName
{
background-color: #649391;
}
.BgClassName
{
background-color: #649391;
}
</style>
border-color css
<style>
span { border-color: #649391; }
span { border-color: rgb(100,147,145); }
td.TdClassName
{
border-color: #649391;
}
.TagClassName
{
border-color: #649391;
}
</style>