#677F8E

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

Shades of Lynch #677F8E

Tints of Lynch #677F8E

Color information

#677F8E (or 0x677F8E) is unknown color: approx Lynch. HEX triplet: 67, 7F and 8E. RGB value is (103,127,142). Sum of RGB (Red+Green+Blue) = 103+127+142=372 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.69% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 142 (55.86% from 255 or 38.17% from 372); Max value from RGB is 142 - color contains mainly: blue. Hex color #677F8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677F8E is #988071. Grayscale: #797979. Windows color (decimal): -9994354 or 9338727. OLE color: 9338727.

HSL color Cylindrical-coordinate representation of color #677F8E: hue angle of 203.08º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #677F8E is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB103127142-
CMYK0.270.1100.44
HSL203.08º15.92%48.04%-
HSV(B)203.08º27.46%55.69%-
XYZ18.0720.0228.5-
YUV121.53139.55114.78-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 27.69%
GREEN value IS 127 (50% from 255) = 34.14%
BLUE value IS 142 (55.86% from 255) = 38.17%
R=27.69%
G=34.14%
B=38.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1031271420.270.1100.44203.0815.9248.04
Hex677F8E1BB02Ccb1030
Octal14717721633130543132060
Binary110011111111111000111011011101101011001100101110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677F8E; }

 p { color: rgb(103,127,142); }

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

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

 a { background-color: rgb(103,127,142); }

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

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

 span { border-color: rgb(103,127,142); }

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