#617483

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

Shades of Lynch #617483

Tints of Lynch #617483

Color information

#617483 (or 0x617483) is unknown color: approx Lynch. HEX triplet: 61, 74 and 83. RGB value is (97,116,131). Sum of RGB (Red+Green+Blue) = 97+116+131=344 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.20% from 344); Green value is 116 (45.70% from 255 or 33.72% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 131 - color contains mainly: blue. Hex color #617483 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617483 is #9E8B7C. Grayscale: #6F6F6F. Windows color (decimal): -10390397 or 8615009. OLE color: 8615009.

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

Color convert

RGB97116131-
CMYK0.260.1100.49
HSL206.47º14.91%44.71%-
HSV(B)206.47º25.95%51.37%-
XYZ15.2716.6723.89-
YUV112.03138.71117.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.20%
GREEN value IS 116 (45.70% from 255) = 33.72%
BLUE value IS 131 (51.56% from 255) = 38.08%
R=28.20%
G=33.72%
B=38.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971161310.260.1100.49206.4714.9144.71
Hex6174831AB031cef2d
Octal14116420332130613161755
Binary11000011110100100000111101010110110001110011101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617483; }

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

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

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

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

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

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

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

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