Shades of Juniper #689B94
Tints of Juniper #689B94
RGB
CMYK
RGB Variations
Color information
#689B94 (or 0x689B94) is known color: Juniper. HEX triplet: 68, 9B and 94. RGB value is (104,155,148). Sum of RGB (Red+Green+Blue) = 104+155+148=407 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.55% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 148 (58.20% from 255 or 36.36% from 407); Max value from RGB is 155 - color contains mainly: green. Hex color #689B94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689B94 is #97646B. Grayscale: #8A8A8A. Windows color (decimal): -9921644 or 9739112. OLE color: 9739112.
HSL color Cylindrical-coordinate representation of color #689B94: hue angle of 171.76º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #689B94 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 155 | 148 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.39 |
| HSL | 171.76º | 0.2% | 0.51% | - |
| HSV(B) | 171.76º | 0.33% | 0.61% | - |
| XYZ | 22.78 | 28.52 | 32.32 | - |
| YUV | 138.95 | 133.1 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 155 | 148 | 0.33 | 0 | 0.05 | 0.39 | 171.76 | 0.2 | 0.51 |
| Hex | 68 | 9B | 94 | 21 | 0 | 5 | 27 | AC | 14 | 33 |
| Octal | 150 | 233 | 224 | 41 | 0 | 5 | 47 | 254 | 24 | 63 |
| Binary | 1101000 | 10011011 | 10010100 | 100001 | 0 | 101 | 100111 | 10101100 | 10100 | 110011 |
Color Harmonies of #689B94
Complementary color
Monochromatic Colors of #689B94
Black with #689B94
Text Example
Text Example
White with #689B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689B94; }
p { color: rgb(104,155,148); }
H1.HeaderClassName
{
color: #689B94;
}
.AnyTagClassName
{
color: #689B94;
}
</style>
background-color css
<style>
a { background-color: #689B94; }
a { background-color: rgb(104,155,148); }
div.DivClassName
{
background-color: #689B94;
}
.BgClassName
{
background-color: #689B94;
}
</style>
border-color css
<style>
span { border-color: #689B94; }
span { border-color: rgb(104,155,148); }
td.TdClassName
{
border-color: #689B94;
}
.TagClassName
{
border-color: #689B94;
}
</style>