#617F96

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

Shades of Lynch #617F96

Tints of Lynch #617F96

Color information

#617F96 (or 0x617F96) is unknown color: approx Lynch. HEX triplet: 61, 7F and 96. RGB value is (97,127,150). Sum of RGB (Red+Green+Blue) = 97+127+150=374 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.94% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 150 (58.98% from 255 or 40.11% from 374); Max value from RGB is 150 - color contains mainly: blue. Hex color #617F96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617F96 is #9E8069. Grayscale: #787878. Windows color (decimal): -10387562 or 9863009. OLE color: 9863009.

HSL color Cylindrical-coordinate representation of color #617F96: hue angle of 206.04º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #617F96 is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB97127150-
CMYK0.350.1500.41
HSL206.04º21.46%48.43%-
HSV(B)206.04º35.33%58.82%-
XYZ18.0219.9231.75-
YUV120.65144.56111.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.94%
GREEN value IS 127 (50% from 255) = 33.96%
BLUE value IS 150 (58.98% from 255) = 40.11%
R=25.94%
G=33.96%
B=40.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal971271500.350.1500.41206.0421.4648.43
Hex617F9623F029ce1530
Octal14117722643170513162560
Binary1100001111111110010110100011111101010011100111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617F96; }

 p { color: rgb(97,127,150); }

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

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

 a { background-color: rgb(97,127,150); }

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

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

 span { border-color: rgb(97,127,150); }

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