#617482

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

Shades of Lynch #617482

Tints of Lynch #617482

Color information

#617482 (or 0x617482) is unknown color: approx Lynch. HEX triplet: 61, 74 and 82. RGB value is (97,116,130). Sum of RGB (Red+Green+Blue) = 97+116+130=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 130 - color contains mainly: blue. Hex color #617482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617482 is #9E8B7D. Grayscale: #6F6F6F. Windows color (decimal): -10390398 or 8549473. OLE color: 8549473.

HSL color Cylindrical-coordinate representation of color #617482: hue angle of 205.45º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #617482 is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB97116130-
CMYK0.250.1100.49
HSL205.45º14.54%44.51%-
HSV(B)205.45º25.38%50.98%-
XYZ15.216.6423.53-
YUV111.92138.21117.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.28%
GREEN value IS 116 (45.70% from 255) = 33.82%
BLUE value IS 130 (51.17% from 255) = 37.90%
R=28.28%
G=33.82%
B=37.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971161300.250.1100.49205.4514.5444.51
Hex61748219B031cdf2d
Octal14116420231130613151755
Binary11000011110100100000101100110110110001110011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617482; }

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

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

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

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

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

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

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

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