#688393

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

Shades of Lynch #688393

Tints of Lynch #688393

Color information

#688393 (or 0x688393) is unknown color: approx Lynch. HEX triplet: 68, 83 and 93. RGB value is (104,131,147). Sum of RGB (Red+Green+Blue) = 104+131+147=382 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.23% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 147 - color contains mainly: blue. Hex color #688393 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688393 is #977C6C. Grayscale: #7C7C7C. Windows color (decimal): -9927789 or 9667432. OLE color: 9667432.

HSL color Cylindrical-coordinate representation of color #688393: hue angle of 202.33º 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 #688393 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB104131147-
CMYK0.290.1100.42
HSL202.33º17.13%49.22%-
HSV(B)202.33º29.25%57.65%-
XYZ19.0921.2830.71-
YUV124.75140.55113.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.23%
GREEN value IS 131 (51.56% from 255) = 34.29%
BLUE value IS 147 (57.81% from 255) = 38.48%
R=27.23%
G=34.29%
B=38.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041311470.290.1100.42202.3317.1349.22
Hex6883931DB02Aca1131
Octal15020322335130523122161
Binary1101000100000111001001111101101101010101100101010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688393; }

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

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

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

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

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

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

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

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