Shades of Juniper #689B93
Tints of Juniper #689B93
RGB
CMYK
RGB Variations
Color information
#689B93 (or 0x689B93) is known color: Juniper. HEX triplet: 68, 9B and 93. RGB value is (104,155,147). Sum of RGB (Red+Green+Blue) = 104+155+147=406 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.62% from 406); Green value is 155 (60.94% from 255 or 38.18% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 155 - color contains mainly: green. Hex color #689B93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689B93 is #97646C. Grayscale: #8A8A8A. Windows color (decimal): -9921645 or 9673576. OLE color: 9673576.
HSL color Cylindrical-coordinate representation of color #689B93: hue angle of 170.59º 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 #689B93 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 104 | 155 | 147 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.39 |
| HSL | 170.59º | 0.2% | 0.51% | - |
| HSV(B) | 170.59º | 0.33% | 0.61% | - |
| XYZ | 22.7 | 28.49 | 31.91 | - |
| YUV | 138.84 | 132.6 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 155 | 147 | 0.33 | 0 | 0.05 | 0.39 | 170.59 | 0.2 | 0.51 |
| Hex | 68 | 9B | 93 | 21 | 0 | 5 | 27 | AB | 14 | 33 |
| Octal | 150 | 233 | 223 | 41 | 0 | 5 | 47 | 253 | 24 | 63 |
| Binary | 1101000 | 10011011 | 10010011 | 100001 | 0 | 101 | 100111 | 10101011 | 10100 | 110011 |
Color Harmonies of #689B93
Complementary color
Monochromatic Colors of #689B93
Black with #689B93
Text Example
Text Example
White with #689B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689B93; }
p { color: rgb(104,155,147); }
H1.HeaderClassName
{
color: #689B93;
}
.AnyTagClassName
{
color: #689B93;
}
</style>
background-color css
<style>
a { background-color: #689B93; }
a { background-color: rgb(104,155,147); }
div.DivClassName
{
background-color: #689B93;
}
.BgClassName
{
background-color: #689B93;
}
</style>
border-color css
<style>
span { border-color: #689B93; }
span { border-color: rgb(104,155,147); }
td.TdClassName
{
border-color: #689B93;
}
.TagClassName
{
border-color: #689B93;
}
</style>