Shades of Juniper #689894
Tints of Juniper #689894
RGB
CMYK
RGB Variations
Color information
#689894 (or 0x689894) is known color: Juniper. HEX triplet: 68, 98 and 94. RGB value is (104,152,148). Sum of RGB (Red+Green+Blue) = 104+152+148=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 148 (58.20% from 255 or 36.63% from 404); Max value from RGB is 152 - color contains mainly: green. Hex color #689894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689894 is #97676B. Grayscale: #898989. Windows color (decimal): -9922412 or 9738344. OLE color: 9738344.
HSL color Cylindrical-coordinate representation of color #689894: hue angle of 175º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #689894 is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 152 | 148 | - |
| CMYK | 0.32 | 0 | 0.03 | 0.40 |
| HSL | 175º | 0.19% | 0.5% | - |
| HSV(B) | 175º | 0.32% | 0.6% | - |
| XYZ | 22.28 | 27.54 | 32.16 | - |
| YUV | 137.19 | 134.1 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 152 | 148 | 0.32 | 0 | 0.03 | 0.40 | 175 | 0.19 | 0.5 |
| Hex | 68 | 98 | 94 | 20 | 0 | 3 | 28 | AF | 13 | 32 |
| Octal | 150 | 230 | 224 | 40 | 0 | 3 | 50 | 257 | 23 | 62 |
| Binary | 1101000 | 10011000 | 10010100 | 100000 | 0 | 11 | 101000 | 10101111 | 10011 | 110010 |
Color Harmonies of #689894
Complementary color
Monochromatic Colors of #689894
Black with #689894
Text Example
Text Example
White with #689894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689894; }
p { color: rgb(104,152,148); }
H1.HeaderClassName
{
color: #689894;
}
.AnyTagClassName
{
color: #689894;
}
</style>
background-color css
<style>
a { background-color: #689894; }
a { background-color: rgb(104,152,148); }
div.DivClassName
{
background-color: #689894;
}
.BgClassName
{
background-color: #689894;
}
</style>
border-color css
<style>
span { border-color: #689894; }
span { border-color: rgb(104,152,148); }
td.TdClassName
{
border-color: #689894;
}
.TagClassName
{
border-color: #689894;
}
</style>