#61798D

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

Shades of Lynch #61798D

Tints of Lynch #61798D

Color information

#61798D (or 0x61798D) is unknown color: approx Lynch. HEX triplet: 61, 79 and 8D. RGB value is (97,121,141). Sum of RGB (Red+Green+Blue) = 97+121+141=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 141 (55.47% from 255 or 39.28% from 359); Max value from RGB is 141 - color contains mainly: blue. Hex color #61798D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61798D is #9E8672. Grayscale: #747474. Windows color (decimal): -10389107 or 9271649. OLE color: 9271649.

HSL color Cylindrical-coordinate representation of color #61798D: hue angle of 207.27º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #61798D is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB97121141-
CMYK0.310.1400.45
HSL207.27º18.49%46.67%-
HSV(B)207.27º31.21%55.29%-
XYZ16.5718.1427.83-
YUV116.1142.05114.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.02%
GREEN value IS 121 (47.66% from 255) = 33.70%
BLUE value IS 141 (55.47% from 255) = 39.28%
R=27.02%
G=33.70%
B=39.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971211410.310.1400.45207.2718.4946.67
Hex61798D1FE02Dcf122f
Octal14117121537160553172257
Binary110000111110011000110111111111001011011100111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61798D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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