#617C94

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

Shades of Lynch #617C94

Tints of Lynch #617C94

Color information

#617C94 (or 0x617C94) is unknown color: approx Lynch. HEX triplet: 61, 7C and 94. RGB value is (97,124,148). Sum of RGB (Red+Green+Blue) = 97+124+148=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 148 - color contains mainly: blue. Hex color #617C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617C94 is #9E836B. Grayscale: #767676. Windows color (decimal): -10388332 or 9731169. OLE color: 9731169.

HSL color Cylindrical-coordinate representation of color #617C94: hue angle of 208.24º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #617C94 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB97124148-
CMYK0.340.1600.42
HSL208.24º20.82%48.04%-
HSV(B)208.24º34.46%58.04%-
XYZ17.4819.0930.78-
YUV118.66144.55112.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.29%
GREEN value IS 124 (48.83% from 255) = 33.60%
BLUE value IS 148 (58.20% from 255) = 40.11%
R=26.29%
G=33.60%
B=40.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971241480.340.1600.42208.2420.8248.04
Hex617C94221002Ad01530
Octal14117422442200523202560
Binary11000011111100100101001000101000001010101101000010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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