#689091

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

Shades of Juniper #689091

Tints of Juniper #689091

Color information

#689091 (or 0x689091) is unknown color: approx Juniper. HEX triplet: 68, 90 and 91. RGB value is (104,144,145). Sum of RGB (Red+Green+Blue) = 104+144+145=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 145 (57.03% from 255 or 36.90% from 393); Max value from RGB is 145 - color contains mainly: blue. Hex color #689091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689091 is #976F6E. Grayscale: #848484. Windows color (decimal): -9924463 or 9539688. OLE color: 9539688.

HSL color Cylindrical-coordinate representation of color #689091: hue angle of 181.46º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #689091 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB104144145-
CMYK0.280.0100.43
HSL181.46º16.47%48.82%-
HSV(B)181.46º28.28%56.86%-
XYZ20.7924.9330.5-
YUV132.15135.25107.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.46%
GREEN value IS 144 (56.64% from 255) = 36.64%
BLUE value IS 145 (57.03% from 255) = 36.90%
R=26.46%
G=36.64%
B=36.90%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1041441450.280.0100.43181.4616.4748.82
Hex6890911C102Bb51031
Octal1502202213410532652061
Binary1101000100100001001000111100101010111011010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689091; }

 p { color: rgb(104,144,145); }

 H1.HeaderClassName
 {
   color: #689091;
 }
 .AnyTagClassName
 {
   color: #689091;
 }
</style>
background-color css

<style>
 a { background-color: #689091; }

 a { background-color: rgb(104,144,145); }

 div.DivClassName
 {
   background-color: #689091;
 }
 .BgClassName
 {
   background-color: #689091;
 }
</style>
border-color css

<style>
 span { border-color: #689091; }

 span { border-color: rgb(104,144,145); }

 td.TdClassName
 {
   border-color: #689091;
 }
 .TagClassName
 {
   border-color: #689091;
 }
</style>