#687984

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

Shades of Lynch #687984

Tints of Lynch #687984

Color information

#687984 (or 0x687984) is unknown color: approx Lynch. HEX triplet: 68, 79 and 84. RGB value is (104,121,132). Sum of RGB (Red+Green+Blue) = 104+121+132=357 (47% of max value = 765). Red value is 104 (41.02% from 255 or 29.13% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 132 - color contains mainly: blue. Hex color #687984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687984 is #97867B. Grayscale: #757575. Windows color (decimal): -9930364 or 8681832. OLE color: 8681832.

HSL color Cylindrical-coordinate representation of color #687984: hue angle of 203.57º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #687984 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB104121132-
CMYK0.210.0800.48
HSL203.57º11.86%46.27%-
HSV(B)203.57º21.21%51.76%-
XYZ16.7118.2824.48-
YUV117.17136.37118.61-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.13%
GREEN value IS 121 (47.66% from 255) = 33.89%
BLUE value IS 132 (51.95% from 255) = 36.97%
R=29.13%
G=33.89%
B=36.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1041211320.210.0800.48203.5711.8646.27
Hex687984158030ccc2e
Octal15017120425100603141456
Binary11010001111001100001001010110000110000110011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687984; }

 p { color: rgb(104,121,132); }

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

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

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

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

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

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

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