#688394

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

Shades of Lynch #688394

Tints of Lynch #688394

Color information

#688394 (or 0x688394) is unknown color: approx Lynch. HEX triplet: 68, 83 and 94. RGB value is (104,131,148). Sum of RGB (Red+Green+Blue) = 104+131+148=383 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.15% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 148 (58.20% from 255 or 38.64% from 383); Max value from RGB is 148 - color contains mainly: blue. Hex color #688394 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688394 is #977C6B. Grayscale: #7C7C7C. Windows color (decimal): -9927788 or 9732968. OLE color: 9732968.

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

Color convert

RGB104131148-
CMYK0.300.1100.42
HSL203.18º17.46%49.41%-
HSV(B)203.18º29.73%58.04%-
XYZ19.1721.3131.12-
YUV124.86141.05113.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.15%
GREEN value IS 131 (51.56% from 255) = 34.20%
BLUE value IS 148 (58.20% from 255) = 38.64%
R=27.15%
G=34.20%
B=38.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1041311480.300.1100.42203.1817.4649.41
Hex6883941EB02Acb1131
Octal15020322436130523132161
Binary1101000100000111001010011110101101010101100101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #688394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #688394; }

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

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

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

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

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

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

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

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