#617382

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

Shades of Lynch #617382

Tints of Lynch #617382

Color information

#617382 (or 0x617382) is unknown color: approx Lynch. HEX triplet: 61, 73 and 82. RGB value is (97,115,130). Sum of RGB (Red+Green+Blue) = 97+115+130=342 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.36% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 130 (51.17% from 255 or 38.01% from 342); Max value from RGB is 130 - color contains mainly: blue. Hex color #617382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617382 is #9E8C7D. Grayscale: #6F6F6F. Windows color (decimal): -10390654 or 8549217. OLE color: 8549217.

HSL color Cylindrical-coordinate representation of color #617382: hue angle of 207.27º 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 #617382 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB97115130-
CMYK0.250.1200.49
HSL207.27º14.54%44.51%-
HSV(B)207.27º25.38%50.98%-
XYZ15.0916.4123.49-
YUV111.33138.54117.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.36%
GREEN value IS 115 (45.31% from 255) = 33.63%
BLUE value IS 130 (51.17% from 255) = 38.01%
R=28.36%
G=33.63%
B=38.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal971151300.250.1200.49207.2714.5444.51
Hex61738219C031cff2d
Octal14116320231140613171755
Binary11000011110011100000101100111000110001110011111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617382; }

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

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

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

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

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

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

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

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