#60788E

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

Shades of Lynch #60788E

Tints of Lynch #60788E

Color information

#60788E (or 0x60788E) is unknown color: approx Lynch. HEX triplet: 60, 78 and 8E. RGB value is (96,120,142). Sum of RGB (Red+Green+Blue) = 96+120+142=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 142 - color contains mainly: blue. Hex color #60788E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60788E is #9F8771. Grayscale: #737373. Windows color (decimal): -10454898 or 9336928. OLE color: 9336928.

HSL color Cylindrical-coordinate representation of color #60788E: hue angle of 208.7º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #60788E is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB96120142-
CMYK0.320.1500.44
HSL208.7º19.33%46.67%-
HSV(B)208.7º32.39%55.69%-
XYZ16.4217.8728.18-
YUV115.33143.05114.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.82%
GREEN value IS 120 (47.27% from 255) = 33.52%
BLUE value IS 142 (55.86% from 255) = 39.66%
R=26.82%
G=33.52%
B=39.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal961201420.320.1500.44208.719.3346.67
Hex60788E20F02Cd1132f
Octal14017021640170543212357
Binary1100000111100010001110100000111101011001101000110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60788E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60788E; }

 p { color: rgb(96,120,142); }

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

<style>
 a { background-color: #60788E; }

 a { background-color: rgb(96,120,142); }

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

<style>
 span { border-color: #60788E; }

 span { border-color: rgb(96,120,142); }

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