#617C8C

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

Shades of Lynch #617C8C

Tints of Lynch #617C8C

Color information

#617C8C (or 0x617C8C) is unknown color: approx Lynch. HEX triplet: 61, 7C and 8C. RGB value is (97,124,140). Sum of RGB (Red+Green+Blue) = 97+124+140=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 140 - color contains mainly: blue. Hex color #617C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617C8C is #9E8373. Grayscale: #757575. Windows color (decimal): -10388340 or 9206881. OLE color: 9206881.

HSL color Cylindrical-coordinate representation of color #617C8C: hue angle of 202.33º 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 #617C8C is Cyan = 0.31, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB97124140-
CMYK0.310.1100.45
HSL202.33º18.14%46.47%-
HSV(B)202.33º30.71%54.9%-
XYZ16.8718.8527.56-
YUV117.75140.55113.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.87%
GREEN value IS 124 (48.83% from 255) = 34.35%
BLUE value IS 140 (55.08% from 255) = 38.78%
R=26.87%
G=34.35%
B=38.78%

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
Decimal971241400.310.1100.45202.3318.1446.47
Hex617C8C1FB02Dca122e
Octal14117421437130553122256
Binary110000111111001000110011111101101011011100101010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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