#68808B

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

Shades of Lynch #68808B

Tints of Lynch #68808B

Color information

#68808B (or 0x68808B) is unknown color: approx Lynch. HEX triplet: 68, 80 and 8B. RGB value is (104,128,139). Sum of RGB (Red+Green+Blue) = 104+128+139=371 (49% of max value = 765). Red value is 104 (41.02% from 255 or 28.03% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 139 - color contains mainly: blue. Hex color #68808B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68808B is #977F74. Grayscale: #7A7A7A. Windows color (decimal): -9928565 or 9142376. OLE color: 9142376.

HSL color Cylindrical-coordinate representation of color #68808B: hue angle of 198.86º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #68808B is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB104128139-
CMYK0.250.0800.45
HSL198.86º14.4%47.65%-
HSV(B)198.86º25.18%54.51%-
XYZ18.0920.2527.38-
YUV122.08137.55115.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.03%
GREEN value IS 128 (50.39% from 255) = 34.50%
BLUE value IS 139 (54.69% from 255) = 37.47%
R=28.03%
G=34.50%
B=37.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1041281390.250.0800.45198.8614.447.65
Hex68808B19802Dc7e30
Octal15020021331100553071660
Binary110100010000000100010111100110000101101110001111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68808B; }

 p { color: rgb(104,128,139); }

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

<style>
 a { background-color: #68808B; }

 a { background-color: rgb(104,128,139); }

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

<style>
 span { border-color: #68808B; }

 span { border-color: rgb(104,128,139); }

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