Shades of Juniper #699091
Tints of Juniper #699091
RGB
CMYK
RGB Variations
Color information
#699091 (or 0x699091) is known color: Juniper. HEX triplet: 69, 90 and 91. RGB value is (105,144,145). Sum of RGB (Red+Green+Blue) = 105+144+145=394 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.65% from 394); Green value is 144 (56.64% from 255 or 36.55% from 394); Blue value is 145 (57.03% from 255 or 36.80% from 394); Max value from RGB is 145 - color contains mainly: blue. Hex color #699091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699091 is #966F6E. Grayscale: #848484. Windows color (decimal): -9858927 or 9539689. OLE color: 9539689.
HSL color Cylindrical-coordinate representation of color #699091: hue angle of 181.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #699091 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 144 | 145 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.43 |
| HSL | 181.5º | 0.16% | 0.49% | - |
| HSV(B) | 181.5º | 0.28% | 0.57% | - |
| XYZ | 20.91 | 24.99 | 30.51 | - |
| YUV | 132.45 | 135.08 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 144 | 145 | 0.28 | 0.01 | 0 | 0.43 | 181.5 | 0.16 | 0.49 |
| Hex | 69 | 90 | 91 | 1C | 1 | 0 | 2B | B6 | 10 | 31 |
| Octal | 151 | 220 | 221 | 34 | 1 | 0 | 53 | 266 | 20 | 61 |
| Binary | 1101001 | 10010000 | 10010001 | 11100 | 1 | 0 | 101011 | 10110110 | 10000 | 110001 |
Color Harmonies of #699091
Complementary color
Monochromatic Colors of #699091
Black with #699091
Text Example
Text Example
White with #699091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699091; }
p { color: rgb(105,144,145); }
H1.HeaderClassName
{
color: #699091;
}
.AnyTagClassName
{
color: #699091;
}
</style>
background-color css
<style>
a { background-color: #699091; }
a { background-color: rgb(105,144,145); }
div.DivClassName
{
background-color: #699091;
}
.BgClassName
{
background-color: #699091;
}
</style>
border-color css
<style>
span { border-color: #699091; }
span { border-color: rgb(105,144,145); }
td.TdClassName
{
border-color: #699091;
}
.TagClassName
{
border-color: #699091;
}
</style>