Shades of Juniper #699493
Tints of Juniper #699493
RGB
CMYK
RGB Variations
Color information
#699493 (or 0x699493) is known color: Juniper. HEX triplet: 69, 94 and 93. RGB value is (105,148,147). Sum of RGB (Red+Green+Blue) = 105+148+147=400 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.25% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 148 - color contains mainly: green. Hex color #699493 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699493 is #966B6C. Grayscale: #868686. Windows color (decimal): -9857901 or 9671785. OLE color: 9671785.
HSL color Cylindrical-coordinate representation of color #699493: hue angle of 178.6º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #699493 is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 148 | 147 | - |
| CMYK | 0.29 | 0 | 0.01 | 0.42 |
| HSL | 178.6º | 0.17% | 0.5% | - |
| HSV(B) | 178.6º | 0.29% | 0.58% | - |
| XYZ | 21.68 | 26.29 | 31.54 | - |
| YUV | 135.03 | 134.75 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 148 | 147 | 0.29 | 0 | 0.01 | 0.42 | 178.6 | 0.17 | 0.5 |
| Hex | 69 | 94 | 93 | 1D | 0 | 1 | 2A | B3 | 11 | 32 |
| Octal | 151 | 224 | 223 | 35 | 0 | 1 | 52 | 263 | 21 | 62 |
| Binary | 1101001 | 10010100 | 10010011 | 11101 | 0 | 1 | 101010 | 10110011 | 10001 | 110010 |
Color Harmonies of #699493
Complementary color
Monochromatic Colors of #699493
Black with #699493
Text Example
Text Example
White with #699493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699493; }
p { color: rgb(105,148,147); }
H1.HeaderClassName
{
color: #699493;
}
.AnyTagClassName
{
color: #699493;
}
</style>
background-color css
<style>
a { background-color: #699493; }
a { background-color: rgb(105,148,147); }
div.DivClassName
{
background-color: #699493;
}
.BgClassName
{
background-color: #699493;
}
</style>
border-color css
<style>
span { border-color: #699493; }
span { border-color: rgb(105,148,147); }
td.TdClassName
{
border-color: #699493;
}
.TagClassName
{
border-color: #699493;
}
</style>