#6A808E

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

Shades of Lynch #6A808E

Tints of Lynch #6A808E

Color information

#6A808E (or 0x6A808E) is unknown color: approx Lynch. HEX triplet: 6A, 80 and 8E. RGB value is (106,128,142). Sum of RGB (Red+Green+Blue) = 106+128+142=376 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.19% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 142 - color contains mainly: blue. Hex color #6A808E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A808E is #957F71. Grayscale: #7A7A7A. Windows color (decimal): -9797490 or 9338986. OLE color: 9338986.

HSL color Cylindrical-coordinate representation of color #6A808E: hue angle of 203.33º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A808E is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB106128142-
CMYK0.250.1000.44
HSL203.33º14.52%48.63%-
HSV(B)203.33º25.35%55.69%-
XYZ18.5520.4628.56-
YUV123.02138.71115.86-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.19%
GREEN value IS 128 (50.39% from 255) = 34.04%
BLUE value IS 142 (55.86% from 255) = 37.77%
R=28.19%
G=34.04%
B=37.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1061281420.250.1000.44203.3314.5248.63
Hex6A808E19A02Ccbf31
Octal15220021631120543131761
Binary110101010000000100011101100110100101100110010111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A808E; }

 p { color: rgb(106,128,142); }

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

<style>
 a { background-color: #6A808E; }

 a { background-color: rgb(106,128,142); }

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

<style>
 span { border-color: #6A808E; }

 span { border-color: rgb(106,128,142); }

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