#687882

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

Shades of Lynch #687882

Tints of Lynch #687882

Color information

#687882 (or 0x687882) is unknown color: approx Lynch. HEX triplet: 68, 78 and 82. RGB value is (104,120,130). Sum of RGB (Red+Green+Blue) = 104+120+130=354 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.38% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 130 - color contains mainly: blue. Hex color #687882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #687882 is #97877D. Grayscale: #747474. Windows color (decimal): -9930622 or 8550504. OLE color: 8550504.

HSL color Cylindrical-coordinate representation of color #687882: hue angle of 203.08º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #687882 is Cyan = 0.2, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB104120130-
CMYK0.20.0800.49
HSL203.08º11.11%45.88%-
HSV(B)203.08º20%50.98%-
XYZ16.4517.9923.72-
YUV116.36135.7119.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.38%
GREEN value IS 120 (47.27% from 255) = 33.90%
BLUE value IS 130 (51.17% from 255) = 36.72%
R=29.38%
G=33.90%
B=36.72%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1041201300.20.0800.49203.0811.1145.88
Hex687882148031cbb2e
Octal15017020224100613131356
Binary11010001111000100000101010010000110001110010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687882; }

 p { color: rgb(104,120,130); }

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

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

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

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

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

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

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