Shades of Juniper #689394
Tints of Juniper #689394
RGB
CMYK
RGB Variations
Color information
#689394 (or 0x689394) is known color: Juniper. HEX triplet: 68, 93 and 94. RGB value is (104,147,148). Sum of RGB (Red+Green+Blue) = 104+147+148=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 148 (58.20% from 255 or 37.09% from 399); Max value from RGB is 148 - color contains mainly: blue. Hex color #689394 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689394 is #976C6B. Grayscale: #868686. Windows color (decimal): -9923692 or 9737064. OLE color: 9737064.
HSL color Cylindrical-coordinate representation of color #689394: hue angle of 181.36º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #689394 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 147 | 148 | - |
| CMYK | 0.30 | 0.01 | 0 | 0.42 |
| HSL | 181.36º | 0.17% | 0.49% | - |
| HSV(B) | 181.36º | 0.3% | 0.58% | - |
| XYZ | 21.49 | 25.95 | 31.89 | - |
| YUV | 134.26 | 135.75 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 147 | 148 | 0.30 | 0.01 | 0 | 0.42 | 181.36 | 0.17 | 0.49 |
| Hex | 68 | 93 | 94 | 1E | 1 | 0 | 2A | B5 | 11 | 31 |
| Octal | 150 | 223 | 224 | 36 | 1 | 0 | 52 | 265 | 21 | 61 |
| Binary | 1101000 | 10010011 | 10010100 | 11110 | 1 | 0 | 101010 | 10110101 | 10001 | 110001 |
Color Harmonies of #689394
Complementary color
Monochromatic Colors of #689394
Black with #689394
Text Example
Text Example
White with #689394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689394; }
p { color: rgb(104,147,148); }
H1.HeaderClassName
{
color: #689394;
}
.AnyTagClassName
{
color: #689394;
}
</style>
background-color css
<style>
a { background-color: #689394; }
a { background-color: rgb(104,147,148); }
div.DivClassName
{
background-color: #689394;
}
.BgClassName
{
background-color: #689394;
}
</style>
border-color css
<style>
span { border-color: #689394; }
span { border-color: rgb(104,147,148); }
td.TdClassName
{
border-color: #689394;
}
.TagClassName
{
border-color: #689394;
}
</style>