#68798A

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

Shades of Lynch #68798A

Tints of Lynch #68798A

Color information

#68798A (or 0x68798A) is unknown color: approx Lynch. HEX triplet: 68, 79 and 8A. RGB value is (104,121,138). Sum of RGB (Red+Green+Blue) = 104+121+138=363 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.65% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 138 - color contains mainly: blue. Hex color #68798A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #68798A is #978675. Grayscale: #757575. Windows color (decimal): -9930358 or 9075048. OLE color: 9075048.

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

Color convert

RGB104121138-
CMYK0.250.1200.46
HSL210º14.05%47.45%-
HSV(B)210º24.64%54.12%-
XYZ17.1318.4526.7-
YUV117.86139.37118.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.65%
GREEN value IS 121 (47.66% from 255) = 33.33%
BLUE value IS 138 (54.30% from 255) = 38.02%
R=28.65%
G=33.33%
B=38.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1041211380.250.1200.4621014.0547.45
Hex68798A19C02Ed2e2f
Octal15017121231140563221657
Binary11010001111001100010101100111000101110110100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68798A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,121,138); }

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

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

 a { background-color: rgb(104,121,138); }

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

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

 span { border-color: rgb(104,121,138); }

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