#617D8C

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

Shades of Lynch #617D8C

Tints of Lynch #617D8C

Color information

#617D8C (or 0x617D8C) is unknown color: approx Lynch. HEX triplet: 61, 7D and 8C. RGB value is (97,125,140). Sum of RGB (Red+Green+Blue) = 97+125+140=362 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.80% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 140 - color contains mainly: blue. Hex color #617D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617D8C is #9E8273. Grayscale: #767676. Windows color (decimal): -10388084 or 9207137. OLE color: 9207137.

HSL color Cylindrical-coordinate representation of color #617D8C: hue angle of 200.93º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #617D8C is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB97125140-
CMYK0.310.1100.45
HSL200.93º18.14%46.47%-
HSV(B)200.93º30.71%54.9%-
XYZ1719.127.6-
YUV118.34140.22112.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.80%
GREEN value IS 125 (49.22% from 255) = 34.53%
BLUE value IS 140 (55.08% from 255) = 38.67%
R=26.80%
G=34.53%
B=38.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971251400.310.1100.45200.9318.1446.47
Hex617D8C1FB02Dc9122e
Octal14117521437130553112256
Binary110000111111011000110011111101101011011100100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617D8C; }

 p { color: rgb(97,125,140); }

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

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

 a { background-color: rgb(97,125,140); }

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

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

 span { border-color: rgb(97,125,140); }

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