#60768A

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

Shades of Lynch #60768A

Tints of Lynch #60768A

Color information

#60768A (or 0x60768A) is unknown color: approx Lynch. HEX triplet: 60, 76 and 8A. RGB value is (96,118,138). Sum of RGB (Red+Green+Blue) = 96+118+138=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 118 (46.48% from 255 or 33.52% from 352); Blue value is 138 (54.30% from 255 or 39.20% from 352); Max value from RGB is 138 - color contains mainly: blue. Hex color #60768A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60768A is #9F8975. Grayscale: #717171. Windows color (decimal): -10455414 or 9074272. OLE color: 9074272.

HSL color Cylindrical-coordinate representation of color #60768A: hue angle of 208.57º 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 #60768A is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB96118138-
CMYK0.300.1400.46
HSL208.57º17.95%45.88%-
HSV(B)208.57º30.43%54.12%-
XYZ15.8917.2826.54-
YUV113.7141.71115.37-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.27%
GREEN value IS 118 (46.48% from 255) = 33.52%
BLUE value IS 138 (54.30% from 255) = 39.20%
R=27.27%
G=33.52%
B=39.20%

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
Decimal961181380.300.1400.46208.5717.9545.88
Hex60768A1EE02Ed1122e
Octal14016621236160563212256
Binary110000011101101000101011110111001011101101000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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