#61788C

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

Shades of Lynch #61788C

Tints of Lynch #61788C

Color information

#61788C (or 0x61788C) is unknown color: approx Lynch. HEX triplet: 61, 78 and 8C. RGB value is (97,120,140). Sum of RGB (Red+Green+Blue) = 97+120+140=357 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.17% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 140 - color contains mainly: blue. Hex color #61788C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61788C is #9E8773. Grayscale: #737373. Windows color (decimal): -10389364 or 9205857. OLE color: 9205857.

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

Color convert

RGB97120140-
CMYK0.310.1400.45
HSL207.91º18.14%46.47%-
HSV(B)207.91º30.71%54.9%-
XYZ16.3817.8727.4-
YUV115.4141.88114.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.17%
GREEN value IS 120 (47.27% from 255) = 33.61%
BLUE value IS 140 (55.08% from 255) = 39.22%
R=27.17%
G=33.61%
B=39.22%

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
Decimal971201400.310.1400.45207.9118.1446.47
Hex61788C1FE02Dd0122e
Octal14117021437160553202256
Binary110000111110001000110011111111001011011101000010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61788C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61788C; }

 p { color: rgb(97,120,140); }

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

<style>
 a { background-color: #61788C; }

 a { background-color: rgb(97,120,140); }

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

<style>
 span { border-color: #61788C; }

 span { border-color: rgb(97,120,140); }

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