#687987

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

Shades of Lynch #687987

Tints of Lynch #687987

Color information

#687987 (or 0x687987) is unknown color: approx Lynch. HEX triplet: 68, 79 and 87. RGB value is (104,121,135). Sum of RGB (Red+Green+Blue) = 104+121+135=360 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.89% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 135 (53.12% from 255 or 37.5% from 360); Max value from RGB is 135 - color contains mainly: blue. Hex color #687987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687987 is #978678. Grayscale: #757575. Windows color (decimal): -9930361 or 8878440. OLE color: 8878440.

HSL color Cylindrical-coordinate representation of color #687987: hue angle of 207.1º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #687987 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB104121135-
CMYK0.230.1000.47
HSL207.1º12.97%46.86%-
HSV(B)207.1º22.96%52.94%-
XYZ16.9218.3725.58-
YUV117.51137.87118.36-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.89%
GREEN value IS 121 (47.66% from 255) = 33.61%
BLUE value IS 135 (53.12% from 255) = 37.5%
R=28.89%
G=33.61%
B=37.5%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1041211350.230.1000.47207.112.9746.86
Hex68798717A02Fcfd2f
Octal15017120727120573171557
Binary11010001111001100001111011110100101111110011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687987; }

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

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

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

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

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

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

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

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