#68818D

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

Shades of Lynch #68818D

Tints of Lynch #68818D

Color information

#68818D (or 0x68818D) is unknown color: approx Lynch. HEX triplet: 68, 81 and 8D. RGB value is (104,129,141). Sum of RGB (Red+Green+Blue) = 104+129+141=374 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.81% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 141 - color contains mainly: blue. Hex color #68818D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68818D is #977E72. Grayscale: #7A7A7A. Windows color (decimal): -9928307 or 9273704. OLE color: 9273704.

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

Color convert

RGB104129141-
CMYK0.260.0900.45
HSL199.46º15.1%48.04%-
HSV(B)199.46º26.24%55.29%-
XYZ18.3720.5728.2-
YUV122.89138.22114.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 27.81%
GREEN value IS 129 (50.78% from 255) = 34.49%
BLUE value IS 141 (55.47% from 255) = 37.70%
R=27.81%
G=34.49%
B=37.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1041291410.260.0900.45199.4615.148.04
Hex68818D1A902Dc7f30
Octal15020121532110553071760
Binary110100010000001100011011101010010101101110001111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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