#698F90

Color #698F90 Juniper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Juniper #698F90

Tints of Juniper #698F90

Color information

#698F90 (or 0x698F90) is unknown color: approx 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

RGB105143144-
CMYK0.270.0100.44
HSL181.54º15.66%48.82%-
HSV(B)181.54º27.08%56.47%-
XYZ20.6824.6630.06-
YUV131.75134.91108.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 105 (41.41% from 255) = 26.79%
GREEN value IS 143 (56.25% from 255) = 36.48%
BLUE value IS 144 (56.64% from 255) = 36.73%
R=26.79%
G=36.48%
B=36.73%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1051431440.270.0100.44181.5415.6648.82
Hex698F901B102Cb61031
Octal1512172203310542662061
Binary1101001100011111001000011011101011001011011010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #698F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>