Shades of Juniper #648E8D
Tints of Juniper #648E8D
RGB
CMYK
RGB Variations
Color information
#648E8D (or 0x648E8D) is known color: Juniper. HEX triplet: 64, 8E and 8D. RGB value is (100,142,141). Sum of RGB (Red+Green+Blue) = 100+142+141=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 142 - color contains mainly: green. Hex color #648E8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648E8D is #9B7172. Grayscale: #818181. Windows color (decimal): -10187123 or 9277028. OLE color: 9277028.
HSL color Cylindrical-coordinate representation of color #648E8D: hue angle of 178.57º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #648E8D is Cyan = 0.30, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 142 | 141 | - |
| CMYK | 0.30 | 0 | 0.01 | 0.44 |
| HSL | 178.57º | 0.17% | 0.47% | - |
| HSV(B) | 178.57º | 0.3% | 0.56% | - |
| XYZ | 19.74 | 23.98 | 28.79 | - |
| YUV | 129.33 | 134.59 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 142 | 141 | 0.30 | 0 | 0.01 | 0.44 | 178.57 | 0.17 | 0.47 |
| Hex | 64 | 8E | 8D | 1E | 0 | 1 | 2C | B3 | 11 | 2F |
| Octal | 144 | 216 | 215 | 36 | 0 | 1 | 54 | 263 | 21 | 57 |
| Binary | 1100100 | 10001110 | 10001101 | 11110 | 0 | 1 | 101100 | 10110011 | 10001 | 101111 |
Color Harmonies of #648E8D
Complementary color
Monochromatic Colors of #648E8D
Black with #648E8D
Text Example
Text Example
White with #648E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648E8D; }
p { color: rgb(100,142,141); }
H1.HeaderClassName
{
color: #648E8D;
}
.AnyTagClassName
{
color: #648E8D;
}
</style>
background-color css
<style>
a { background-color: #648E8D; }
a { background-color: rgb(100,142,141); }
div.DivClassName
{
background-color: #648E8D;
}
.BgClassName
{
background-color: #648E8D;
}
</style>
border-color css
<style>
span { border-color: #648E8D; }
span { border-color: rgb(100,142,141); }
td.TdClassName
{
border-color: #648E8D;
}
.TagClassName
{
border-color: #648E8D;
}
</style>