#617E94

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

Shades of Lynch #617E94

Tints of Lynch #617E94

Color information

#617E94 (or 0x617E94) is unknown color: approx Lynch. HEX triplet: 61, 7E and 94. RGB value is (97,126,148). Sum of RGB (Red+Green+Blue) = 97+126+148=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 148 - color contains mainly: blue. Hex color #617E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617E94 is #9E816B. Grayscale: #777777. Windows color (decimal): -10387820 or 9731681. OLE color: 9731681.

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

Color convert

RGB97126148-
CMYK0.340.1500.42
HSL205.88º20.82%48.04%-
HSV(B)205.88º34.46%58.04%-
XYZ17.7419.630.87-
YUV119.84143.89111.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.15%
GREEN value IS 126 (49.61% from 255) = 33.96%
BLUE value IS 148 (58.20% from 255) = 39.89%
R=26.15%
G=33.96%
B=39.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971261480.340.1500.42205.8820.8248.04
Hex617E9422F02Ace1530
Octal14117622442170523162560
Binary1100001111111010010100100010111101010101100111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,126,148); }

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

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

 a { background-color: rgb(97,126,148); }

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

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

 span { border-color: rgb(97,126,148); }

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