Shades of Juniper #689192
Tints of Juniper #689192
RGB
CMYK
RGB Variations
Color information
#689192 (or 0x689192) is known color: Juniper. HEX triplet: 68, 91 and 92. RGB value is (104,145,146). Sum of RGB (Red+Green+Blue) = 104+145+146=395 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.33% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 146 (57.42% from 255 or 36.96% from 395); Max value from RGB is 146 - color contains mainly: blue. Hex color #689192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689192 is #976E6D. Grayscale: #848484. Windows color (decimal): -9924206 or 9605480. OLE color: 9605480.
HSL color Cylindrical-coordinate representation of color #689192: hue angle of 181.43º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #689192 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 145 | 146 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.43 |
| HSL | 181.43º | 0.17% | 0.49% | - |
| HSV(B) | 181.43º | 0.29% | 0.57% | - |
| XYZ | 21.02 | 25.27 | 30.96 | - |
| YUV | 132.86 | 135.42 | 107.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 145 | 146 | 0.29 | 0.01 | 0 | 0.43 | 181.43 | 0.17 | 0.49 |
| Hex | 68 | 91 | 92 | 1D | 1 | 0 | 2B | B5 | 11 | 31 |
| Octal | 150 | 221 | 222 | 35 | 1 | 0 | 53 | 265 | 21 | 61 |
| Binary | 1101000 | 10010001 | 10010010 | 11101 | 1 | 0 | 101011 | 10110101 | 10001 | 110001 |
Color Harmonies of #689192
Complementary color
Monochromatic Colors of #689192
Black with #689192
Text Example
Text Example
White with #689192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689192; }
p { color: rgb(104,145,146); }
H1.HeaderClassName
{
color: #689192;
}
.AnyTagClassName
{
color: #689192;
}
</style>
background-color css
<style>
a { background-color: #689192; }
a { background-color: rgb(104,145,146); }
div.DivClassName
{
background-color: #689192;
}
.BgClassName
{
background-color: #689192;
}
</style>
border-color css
<style>
span { border-color: #689192; }
span { border-color: rgb(104,145,146); }
td.TdClassName
{
border-color: #689192;
}
.TagClassName
{
border-color: #689192;
}
</style>