Shades of Juniper #688F90
Tints of Juniper #688F90
RGB
CMYK
RGB Variations
Color information
#688F90 (or 0x688F90) is known color: Juniper. HEX triplet: 68, 8F and 90. RGB value is (104,143,144). Sum of RGB (Red+Green+Blue) = 104+143+144=391 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.60% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 144 (56.64% from 255 or 36.83% from 391); Max value from RGB is 144 - color contains mainly: blue. Hex color #688F90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688F90 is #97706F. Grayscale: #838383. Windows color (decimal): -9924720 or 9473896. OLE color: 9473896.
HSL color Cylindrical-coordinate representation of color #688F90: hue angle of 181.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #688F90 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 143 | 144 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.44 |
| HSL | 181.5º | 0.16% | 0.49% | - |
| HSV(B) | 181.5º | 0.28% | 0.56% | - |
| XYZ | 20.57 | 24.6 | 30.05 | - |
| YUV | 131.45 | 135.08 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 143 | 144 | 0.28 | 0.01 | 0 | 0.44 | 181.5 | 0.16 | 0.49 |
| Hex | 68 | 8F | 90 | 1C | 1 | 0 | 2C | B6 | 10 | 31 |
| Octal | 150 | 217 | 220 | 34 | 1 | 0 | 54 | 266 | 20 | 61 |
| Binary | 1101000 | 10001111 | 10010000 | 11100 | 1 | 0 | 101100 | 10110110 | 10000 | 110001 |
Color Harmonies of #688F90
Complementary color
Monochromatic Colors of #688F90
Black with #688F90
Text Example
Text Example
White with #688F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688F90; }
p { color: rgb(104,143,144); }
H1.HeaderClassName
{
color: #688F90;
}
.AnyTagClassName
{
color: #688F90;
}
</style>
background-color css
<style>
a { background-color: #688F90; }
a { background-color: rgb(104,143,144); }
div.DivClassName
{
background-color: #688F90;
}
.BgClassName
{
background-color: #688F90;
}
</style>
border-color css
<style>
span { border-color: #688F90; }
span { border-color: rgb(104,143,144); }
td.TdClassName
{
border-color: #688F90;
}
.TagClassName
{
border-color: #688F90;
}
</style>