#61798E

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

Shades of Lynch #61798E

Tints of Lynch #61798E

Color information

#61798E (or 0x61798E) is unknown color: approx Lynch. HEX triplet: 61, 79 and 8E. RGB value is (97,121,142). Sum of RGB (Red+Green+Blue) = 97+121+142=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 142 - color contains mainly: blue. Hex color #61798E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61798E is #9E8671. Grayscale: #747474. Windows color (decimal): -10389106 or 9337185. OLE color: 9337185.

HSL color Cylindrical-coordinate representation of color #61798E: hue angle of 208º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #61798E is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB97121142-
CMYK0.320.1500.44
HSL208º18.83%46.86%-
HSV(B)208º31.69%55.69%-
XYZ16.6518.1728.22-
YUV116.22142.55114.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.94%
GREEN value IS 121 (47.66% from 255) = 33.61%
BLUE value IS 142 (55.86% from 255) = 39.44%
R=26.94%
G=33.61%
B=39.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal971211420.320.1500.4420818.8346.86
Hex61798E20F02Cd0132f
Octal14117121640170543202357
Binary1100001111100110001110100000111101011001101000010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61798E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61798E; }

 p { color: rgb(97,121,142); }

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

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

 a { background-color: rgb(97,121,142); }

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

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

 span { border-color: rgb(97,121,142); }

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