#618097

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

Shades of Lynch #618097

Tints of Lynch #618097

Color information

#618097 (or 0x618097) is unknown color: approx Lynch. HEX triplet: 61, 80 and 97. RGB value is (97,128,151). Sum of RGB (Red+Green+Blue) = 97+128+151=376 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.80% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 151 - color contains mainly: blue. Hex color #618097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618097 is #9E7F68. Grayscale: #797979. Windows color (decimal): -10387305 or 9928801. OLE color: 9928801.

HSL color Cylindrical-coordinate representation of color #618097: hue angle of 205.56º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #618097 is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB97128151-
CMYK0.360.1500.41
HSL205.56º21.77%48.63%-
HSV(B)205.56º35.76%59.22%-
XYZ18.2320.2132.22-
YUV121.35144.73110.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.80%
GREEN value IS 128 (50.39% from 255) = 34.04%
BLUE value IS 151 (59.38% from 255) = 40.16%
R=25.80%
G=34.04%
B=40.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal971281510.360.1500.41205.5621.7748.63
Hex61809724F029ce1631
Octal14120022744170513162661
Binary11000011000000010010111100100111101010011100111010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #618097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #618097; }

 p { color: rgb(97,128,151); }

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

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

 a { background-color: rgb(97,128,151); }

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

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

 span { border-color: rgb(97,128,151); }

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