#60798D

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

Shades of Lynch #60798D

Tints of Lynch #60798D

Color information

#60798D (or 0x60798D) is unknown color: approx Lynch. HEX triplet: 60, 79 and 8D. RGB value is (96,121,141). Sum of RGB (Red+Green+Blue) = 96+121+141=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 141 (55.47% from 255 or 39.39% from 358); Max value from RGB is 141 - color contains mainly: blue. Hex color #60798D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60798D is #9F8672. Grayscale: #737373. Windows color (decimal): -10454643 or 9271648. OLE color: 9271648.

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

Color convert

RGB96121141-
CMYK0.320.1400.45
HSL206.67º18.99%46.47%-
HSV(B)206.67º31.91%55.29%-
XYZ16.4718.0827.82-
YUV115.8142.22113.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.82%
GREEN value IS 121 (47.66% from 255) = 33.80%
BLUE value IS 141 (55.47% from 255) = 39.39%
R=26.82%
G=33.80%
B=39.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal961211410.320.1400.45206.6718.9946.47
Hex60798D20E02Dcf132e
Octal14017121540160553172356
Binary1100000111100110001101100000111001011011100111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60798D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60798D; }

 p { color: rgb(96,121,141); }

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

<style>
 a { background-color: #60798D; }

 a { background-color: rgb(96,121,141); }

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

<style>
 span { border-color: #60798D; }

 span { border-color: rgb(96,121,141); }

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