Shades of Juniper #689793
Tints of Juniper #689793
RGB
CMYK
RGB Variations
Color information
#689793 (or 0x689793) is known color: Juniper. HEX triplet: 68, 97 and 93. RGB value is (104,151,147). Sum of RGB (Red+Green+Blue) = 104+151+147=402 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.87% from 402); Green value is 151 (59.38% from 255 or 37.56% from 402); Blue value is 147 (57.81% from 255 or 36.57% from 402); Max value from RGB is 151 - color contains mainly: green. Hex color #689793 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689793 is #97686C. Grayscale: #888888. Windows color (decimal): -9922669 or 9672552. OLE color: 9672552.
HSL color Cylindrical-coordinate representation of color #689793: hue angle of 174.89º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #689793 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 151 | 147 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.41 |
| HSL | 174.89º | 0.18% | 0.5% | - |
| HSV(B) | 174.89º | 0.31% | 0.59% | - |
| XYZ | 22.04 | 27.18 | 31.69 | - |
| YUV | 136.49 | 133.93 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 151 | 147 | 0.31 | 0 | 0.03 | 0.41 | 174.89 | 0.18 | 0.5 |
| Hex | 68 | 97 | 93 | 1F | 0 | 3 | 29 | AF | 12 | 32 |
| Octal | 150 | 227 | 223 | 37 | 0 | 3 | 51 | 257 | 22 | 62 |
| Binary | 1101000 | 10010111 | 10010011 | 11111 | 0 | 11 | 101001 | 10101111 | 10010 | 110010 |
Color Harmonies of #689793
Complementary color
Monochromatic Colors of #689793
Black with #689793
Text Example
Text Example
White with #689793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689793; }
p { color: rgb(104,151,147); }
H1.HeaderClassName
{
color: #689793;
}
.AnyTagClassName
{
color: #689793;
}
</style>
background-color css
<style>
a { background-color: #689793; }
a { background-color: rgb(104,151,147); }
div.DivClassName
{
background-color: #689793;
}
.BgClassName
{
background-color: #689793;
}
</style>
border-color css
<style>
span { border-color: #689793; }
span { border-color: rgb(104,151,147); }
td.TdClassName
{
border-color: #689793;
}
.TagClassName
{
border-color: #689793;
}
</style>