Shades of Juniper #699393
Tints of Juniper #699393
RGB
CMYK
RGB Variations
Color information
#699393 (or 0x699393) is known color: Juniper. HEX triplet: 69, 93 and 93. RGB value is (105,147,147). Sum of RGB (Red+Green+Blue) = 105+147+147=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 147 - color contains mainly: green, blue. Hex color #699393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699393 is #966C6C. Grayscale: #868686. Windows color (decimal): -9858157 or 9671529. OLE color: 9671529.
HSL color Cylindrical-coordinate representation of color #699393: hue angle of 180º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #699393 is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 147 | 147 | - |
| CMYK | 0.29 | 0 | 0 | 0.42 |
| HSL | 180º | 0.17% | 0.49% | - |
| HSV(B) | 180º | 0.29% | 0.58% | - |
| XYZ | 21.53 | 25.98 | 31.48 | - |
| YUV | 134.44 | 135.09 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 147 | 147 | 0.29 | 0 | 0 | 0.42 | 180 | 0.17 | 0.49 |
| Hex | 69 | 93 | 93 | 1D | 0 | 0 | 2A | B4 | 11 | 31 |
| Octal | 151 | 223 | 223 | 35 | 0 | 0 | 52 | 264 | 21 | 61 |
| Binary | 1101001 | 10010011 | 10010011 | 11101 | 0 | 0 | 101010 | 10110100 | 10001 | 110001 |
Color Harmonies of #699393
Complementary color
Monochromatic Colors of #699393
Black with #699393
Text Example
Text Example
White with #699393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699393; }
p { color: rgb(105,147,147); }
H1.HeaderClassName
{
color: #699393;
}
.AnyTagClassName
{
color: #699393;
}
</style>
background-color css
<style>
a { background-color: #699393; }
a { background-color: rgb(105,147,147); }
div.DivClassName
{
background-color: #699393;
}
.BgClassName
{
background-color: #699393;
}
</style>
border-color css
<style>
span { border-color: #699393; }
span { border-color: rgb(105,147,147); }
td.TdClassName
{
border-color: #699393;
}
.TagClassName
{
border-color: #699393;
}
</style>