#617A92

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

Shades of Lynch #617A92

Tints of Lynch #617A92

Color information

#617A92 (or 0x617A92) is unknown color: approx Lynch. HEX triplet: 61, 7A and 92. RGB value is (97,122,146). Sum of RGB (Red+Green+Blue) = 97+122+146=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 122 (48.05% from 255 or 33.42% from 365); Blue value is 146 (57.42% from 255 or 40% from 365); Max value from RGB is 146 - color contains mainly: blue. Hex color #617A92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617A92 is #9E856D. Grayscale: #757575. Windows color (decimal): -10388846 or 9599585. OLE color: 9599585.

HSL color Cylindrical-coordinate representation of color #617A92: hue angle of 209.39º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #617A92 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB97122146-
CMYK0.340.1600.43
HSL209.39º20.16%47.65%-
HSV(B)209.39º33.56%57.25%-
XYZ17.0818.5429.87-
YUV117.26144.22113.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.58%
GREEN value IS 122 (48.05% from 255) = 33.42%
BLUE value IS 146 (57.42% from 255) = 40%
R=26.58%
G=33.42%
B=40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal971221460.340.1600.43209.3920.1647.65
Hex617A92221002Bd11430
Octal14117222242200533212460
Binary11000011111010100100101000101000001010111101000110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,122,146); }

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

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

 a { background-color: rgb(97,122,146); }

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

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

 span { border-color: rgb(97,122,146); }

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