#60778A

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

Shades of Lynch #60778A

Tints of Lynch #60778A

Color information

#60778A (or 0x60778A) is unknown color: approx Lynch. HEX triplet: 60, 77 and 8A. RGB value is (96,119,138). Sum of RGB (Red+Green+Blue) = 96+119+138=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 138 - color contains mainly: blue. Hex color #60778A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60778A is #9F8875. Grayscale: #727272. Windows color (decimal): -10455158 or 9074528. OLE color: 9074528.

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

Color convert

RGB96119138-
CMYK0.300.1400.46
HSL207.14º17.95%45.88%-
HSV(B)207.14º30.43%54.12%-
XYZ16.0117.5226.58-
YUV114.29141.38114.96-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.20%
GREEN value IS 119 (46.88% from 255) = 33.71%
BLUE value IS 138 (54.30% from 255) = 39.09%
R=27.20%
G=33.71%
B=39.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal961191380.300.1400.46207.1417.9545.88
Hex60778A1EE02Ecf122e
Octal14016721236160563172256
Binary110000011101111000101011110111001011101100111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60778A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60778A; }

 p { color: rgb(96,119,138); }

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

<style>
 a { background-color: #60778A; }

 a { background-color: rgb(96,119,138); }

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

<style>
 span { border-color: #60778A; }

 span { border-color: rgb(96,119,138); }

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