#689394

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

Shades of Juniper #689394

Tints of Juniper #689394

Color information

#689394 (or 0x689394) is unknown color: approx Juniper. HEX triplet: 68, 93 and 94. RGB value is (104,147,148). Sum of RGB (Red+Green+Blue) = 104+147+148=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 148 (58.20% from 255 or 37.09% from 399); Max value from RGB is 148 - color contains mainly: blue. Hex color #689394 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689394 is #976C6B. Grayscale: #868686. Windows color (decimal): -9923692 or 9737064. OLE color: 9737064.

HSL color Cylindrical-coordinate representation of color #689394: hue angle of 181.36º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #689394 is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB104147148-
CMYK0.300.0100.42
HSL181.36º17.46%49.41%-
HSV(B)181.36º29.73%58.04%-
XYZ21.4925.9531.89-
YUV134.26135.75106.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.07%
GREEN value IS 147 (57.81% from 255) = 36.84%
BLUE value IS 148 (58.20% from 255) = 37.09%
R=26.07%
G=36.84%
B=37.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041471480.300.0100.42181.3617.4649.41
Hex6893941E102Ab51131
Octal1502232243610522652161
Binary1101000100100111001010011110101010101011010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689394; }

 p { color: rgb(104,147,148); }

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

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

 a { background-color: rgb(104,147,148); }

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

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

 span { border-color: rgb(104,147,148); }

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