#61778B

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

Shades of Lynch #61778B

Tints of Lynch #61778B

Color information

#61778B (or 0x61778B) is unknown color: approx Lynch. HEX triplet: 61, 77 and 8B. RGB value is (97,119,139). Sum of RGB (Red+Green+Blue) = 97+119+139=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 119 (46.88% from 255 or 33.52% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 139 - color contains mainly: blue. Hex color #61778B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61778B is #9E8874. Grayscale: #727272. Windows color (decimal): -10389621 or 9140065. OLE color: 9140065.

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

Color convert

RGB97119139-
CMYK0.300.1400.45
HSL208.57º17.8%46.27%-
HSV(B)208.57º30.22%54.51%-
XYZ16.1917.626.97-
YUV114.7141.71115.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 27.32%
GREEN value IS 119 (46.88% from 255) = 33.52%
BLUE value IS 139 (54.69% from 255) = 39.15%
R=27.32%
G=33.52%
B=39.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal971191390.300.1400.45208.5717.846.27
Hex61778B1EE02Dd1122e
Octal14116721336160553212256
Binary110000111101111000101111110111001011011101000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61778B; }

 p { color: rgb(97,119,139); }

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

<style>
 a { background-color: #61778B; }

 a { background-color: rgb(97,119,139); }

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

<style>
 span { border-color: #61778B; }

 span { border-color: rgb(97,119,139); }

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