#68818E

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

Shades of Lynch #68818E

Tints of Lynch #68818E

Color information

#68818E (or 0x68818E) is unknown color: approx Lynch. HEX triplet: 68, 81 and 8E. RGB value is (104,129,142). Sum of RGB (Red+Green+Blue) = 104+129+142=375 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.73% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 142 (55.86% from 255 or 37.87% from 375); Max value from RGB is 142 - color contains mainly: blue. Hex color #68818E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68818E is #977E71. Grayscale: #7A7A7A. Windows color (decimal): -9928306 or 9339240. OLE color: 9339240.

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

Color convert

RGB104129142-
CMYK0.270.0900.44
HSL200.53º15.45%48.24%-
HSV(B)200.53º26.76%55.69%-
XYZ18.4420.628.59-
YUV123.01138.72114.44-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.73%
GREEN value IS 129 (50.78% from 255) = 34.4%
BLUE value IS 142 (55.86% from 255) = 37.87%
R=27.73%
G=34.4%
B=37.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1041291420.270.0900.44200.5315.4548.24
Hex68818E1B902Cc9f30
Octal15020121633110543111760
Binary110100010000001100011101101110010101100110010011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,129,142); }

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

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

 a { background-color: rgb(104,129,142); }

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

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

 span { border-color: rgb(104,129,142); }

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