Shades of Juniper #698F90
Tints of Juniper #698F90
RGB
CMYK
RGB Variations
Color information
#698F90 (or 0x698F90) is known color: Juniper. HEX triplet: 69, 8F and 90. RGB value is (105,143,144). Sum of RGB (Red+Green+Blue) = 105+143+144=392 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.79% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 144 (56.64% from 255 or 36.73% from 392); Max value from RGB is 144 - color contains mainly: blue. Hex color #698F90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #698F90 is #96706F. Grayscale: #838383. Windows color (decimal): -9859184 or 9473897. OLE color: 9473897.
HSL color Cylindrical-coordinate representation of color #698F90: hue angle of 181.54º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #698F90 is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 105 | 143 | 144 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.44 |
| HSL | 181.54º | 0.16% | 0.49% | - |
| HSV(B) | 181.54º | 0.27% | 0.56% | - |
| XYZ | 20.68 | 24.66 | 30.06 | - |
| YUV | 131.75 | 134.91 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 143 | 144 | 0.27 | 0.01 | 0 | 0.44 | 181.54 | 0.16 | 0.49 |
| Hex | 69 | 8F | 90 | 1B | 1 | 0 | 2C | B6 | 10 | 31 |
| Octal | 151 | 217 | 220 | 33 | 1 | 0 | 54 | 266 | 20 | 61 |
| Binary | 1101001 | 10001111 | 10010000 | 11011 | 1 | 0 | 101100 | 10110110 | 10000 | 110001 |
Color Harmonies of #698F90
Complementary color
Monochromatic Colors of #698F90
Black with #698F90
Text Example
Text Example
White with #698F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698F90; }
p { color: rgb(105,143,144); }
H1.HeaderClassName
{
color: #698F90;
}
.AnyTagClassName
{
color: #698F90;
}
</style>
background-color css
<style>
a { background-color: #698F90; }
a { background-color: rgb(105,143,144); }
div.DivClassName
{
background-color: #698F90;
}
.BgClassName
{
background-color: #698F90;
}
</style>
border-color css
<style>
span { border-color: #698F90; }
span { border-color: rgb(105,143,144); }
td.TdClassName
{
border-color: #698F90;
}
.TagClassName
{
border-color: #698F90;
}
</style>