Shades of Juniper #699994
Tints of Juniper #699994
RGB
CMYK
RGB Variations
Color information
#699994 (or 0x699994) is known color: Juniper. HEX triplet: 69, 99 and 94. RGB value is (105,153,148). Sum of RGB (Red+Green+Blue) = 105+153+148=406 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.86% from 406); Green value is 153 (60.16% from 255 or 37.68% from 406); Blue value is 148 (58.20% from 255 or 36.45% from 406); Max value from RGB is 153 - color contains mainly: green. Hex color #699994 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699994 is #96666B. Grayscale: #8A8A8A. Windows color (decimal): -9856620 or 9738601. OLE color: 9738601.
HSL color Cylindrical-coordinate representation of color #699994: hue angle of 173.75º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #699994 is Cyan = 0.31, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 105 | 153 | 148 | - |
| CMYK | 0.31 | 0 | 0.03 | 0.4 |
| HSL | 173.75º | 0.19% | 0.51% | - |
| HSV(B) | 173.75º | 0.31% | 0.6% | - |
| XYZ | 22.56 | 27.92 | 32.22 | - |
| YUV | 138.08 | 133.6 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 153 | 148 | 0.31 | 0 | 0.03 | 0.4 | 173.75 | 0.19 | 0.51 |
| Hex | 69 | 99 | 94 | 1F | 0 | 3 | 28 | AE | 13 | 33 |
| Octal | 151 | 231 | 224 | 37 | 0 | 3 | 50 | 256 | 23 | 63 |
| Binary | 1101001 | 10011001 | 10010100 | 11111 | 0 | 11 | 101000 | 10101110 | 10011 | 110011 |
Color Harmonies of #699994
Complementary color
Monochromatic Colors of #699994
Black with #699994
Text Example
Text Example
White with #699994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699994; }
p { color: rgb(105,153,148); }
H1.HeaderClassName
{
color: #699994;
}
.AnyTagClassName
{
color: #699994;
}
</style>
background-color css
<style>
a { background-color: #699994; }
a { background-color: rgb(105,153,148); }
div.DivClassName
{
background-color: #699994;
}
.BgClassName
{
background-color: #699994;
}
</style>
border-color css
<style>
span { border-color: #699994; }
span { border-color: rgb(105,153,148); }
td.TdClassName
{
border-color: #699994;
}
.TagClassName
{
border-color: #699994;
}
</style>