#617F94

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

Shades of Lynch #617F94

Tints of Lynch #617F94

Color information

#617F94 (or 0x617F94) is unknown color: approx Lynch. HEX triplet: 61, 7F and 94. RGB value is (97,127,148). Sum of RGB (Red+Green+Blue) = 97+127+148=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 148 (58.20% from 255 or 39.78% from 372); Max value from RGB is 148 - color contains mainly: blue. Hex color #617F94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617F94 is #9E806B. Grayscale: #787878. Windows color (decimal): -10387564 or 9731937. OLE color: 9731937.

HSL color Cylindrical-coordinate representation of color #617F94: hue angle of 204.71º 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 #617F94 is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB97127148-
CMYK0.340.1400.42
HSL204.71º20.82%48.04%-
HSV(B)204.71º34.46%58.04%-
XYZ17.8619.8630.91-
YUV120.42143.56111.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.08%
GREEN value IS 127 (50% from 255) = 34.14%
BLUE value IS 148 (58.20% from 255) = 39.78%
R=26.08%
G=34.14%
B=39.78%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal971271480.340.1400.42204.7120.8248.04
Hex617F9422E02Acd1530
Octal14117722442160523152560
Binary1100001111111110010100100010111001010101100110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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