#60778B

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

Shades of Lynch #60778B

Tints of Lynch #60778B

Color information

#60778B (or 0x60778B) is unknown color: approx Lynch. HEX triplet: 60, 77 and 8B. RGB value is (96,119,139). Sum of RGB (Red+Green+Blue) = 96+119+139=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 119 (46.88% from 255 or 33.62% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 139 - color contains mainly: blue. Hex color #60778B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60778B is #9F8874. Grayscale: #727272. Windows color (decimal): -10455157 or 9140064. OLE color: 9140064.

HSL color Cylindrical-coordinate representation of color #60778B: 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 #60778B is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB96119139-
CMYK0.310.1400.45
HSL207.91º18.3%46.08%-
HSV(B)207.91º30.94%54.51%-
XYZ16.0817.5426.96-
YUV114.4141.88114.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.12%
GREEN value IS 119 (46.88% from 255) = 33.62%
BLUE value IS 139 (54.69% from 255) = 39.27%
R=27.12%
G=33.62%
B=39.27%

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
Decimal961191390.310.1400.45207.9118.346.08
Hex60778B1FE02Dd0122e
Octal14016721337160553202256
Binary110000011101111000101111111111001011011101000010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60778B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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