#617486

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

Shades of Lynch #617486

Tints of Lynch #617486

Color information

#617486 (or 0x617486) is unknown color: approx Lynch. HEX triplet: 61, 74 and 86. RGB value is (97,116,134). Sum of RGB (Red+Green+Blue) = 97+116+134=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 116 (45.70% from 255 or 33.43% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 134 - color contains mainly: blue. Hex color #617486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617486 is #9E8B79. Grayscale: #707070. Windows color (decimal): -10390394 or 8811617. OLE color: 8811617.

HSL color Cylindrical-coordinate representation of color #617486: hue angle of 209.19º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #617486 is Cyan = 0.28, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB97116134-
CMYK0.280.1300.47
HSL209.19º16.02%45.29%-
HSV(B)209.19º27.61%52.55%-
XYZ15.4816.7524.97-
YUV112.37140.21117.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.95%
GREEN value IS 116 (45.70% from 255) = 33.43%
BLUE value IS 134 (52.73% from 255) = 38.62%
R=27.95%
G=33.43%
B=38.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal971161340.280.1300.47209.1916.0245.29
Hex6174861CD02Fd1102d
Octal14116420634150573212055
Binary110000111101001000011011100110101011111101000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617486; }

 p { color: rgb(97,116,134); }

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

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

 a { background-color: rgb(97,116,134); }

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

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

 span { border-color: rgb(97,116,134); }

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