#689393

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

Shades of Juniper #689393

Tints of Juniper #689393

Color information

#689393 (or 0x689393) is unknown color: approx Juniper. HEX triplet: 68, 93 and 93. RGB value is (104,147,147). Sum of RGB (Red+Green+Blue) = 104+147+147=398 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.13% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 147 (57.81% from 255 or 36.93% from 398); Max value from RGB is 147 - color contains mainly: green, blue. Hex color #689393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689393 is #976C6C. Grayscale: #868686. Windows color (decimal): -9923693 or 9671528. OLE color: 9671528.

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

Color convert

RGB104147147-
CMYK0.29000.42
HSL180º17.13%49.22%-
HSV(B)180º29.25%57.65%-
XYZ21.4125.9231.48-
YUV134.14135.25106.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 26.13%
GREEN value IS 147 (57.81% from 255) = 36.93%
BLUE value IS 147 (57.81% from 255) = 36.93%
R=26.13%
G=36.93%
B=36.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041471470.29000.4218017.1349.22
Hex6893931D002Ab41131
Octal1502232233500522642161
Binary1101000100100111001001111101001010101011010010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689393; }

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

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

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

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

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

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

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

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