Shades of Juniper #699192
Tints of Juniper #699192
RGB
CMYK
RGB Variations
Color information
#699192 (or 0x699192) is known color: Juniper. HEX triplet: 69, 91 and 92. RGB value is (105,145,146). Sum of RGB (Red+Green+Blue) = 105+145+146=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 146 - color contains mainly: blue. Hex color #699192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699192 is #966E6D. Grayscale: #858585. Windows color (decimal): -9858670 or 9605481. OLE color: 9605481.
HSL color Cylindrical-coordinate representation of color #699192: hue angle of 181.46º 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 #699192 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 145 | 146 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.43 |
| HSL | 181.46º | 0.16% | 0.49% | - |
| HSV(B) | 181.46º | 0.28% | 0.57% | - |
| XYZ | 21.14 | 25.33 | 30.97 | - |
| YUV | 133.15 | 135.25 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 145 | 146 | 0.28 | 0.01 | 0 | 0.43 | 181.46 | 0.16 | 0.49 |
| Hex | 69 | 91 | 92 | 1C | 1 | 0 | 2B | B5 | 10 | 31 |
| Octal | 151 | 221 | 222 | 34 | 1 | 0 | 53 | 265 | 20 | 61 |
| Binary | 1101001 | 10010001 | 10010010 | 11100 | 1 | 0 | 101011 | 10110101 | 10000 | 110001 |
Color Harmonies of #699192
Complementary color
Monochromatic Colors of #699192
Black with #699192
Text Example
Text Example
White with #699192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699192; }
p { color: rgb(105,145,146); }
H1.HeaderClassName
{
color: #699192;
}
.AnyTagClassName
{
color: #699192;
}
</style>
background-color css
<style>
a { background-color: #699192; }
a { background-color: rgb(105,145,146); }
div.DivClassName
{
background-color: #699192;
}
.BgClassName
{
background-color: #699192;
}
</style>
border-color css
<style>
span { border-color: #699192; }
span { border-color: rgb(105,145,146); }
td.TdClassName
{
border-color: #699192;
}
.TagClassName
{
border-color: #699192;
}
</style>