#6E7982

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

Shades of Lynch #6E7982

Tints of Lynch #6E7982

Color information

#6E7982 (or 0x6E7982) is unknown color: approx Lynch. HEX triplet: 6E, 79 and 82. RGB value is (110,121,130). Sum of RGB (Red+Green+Blue) = 110+121+130=361 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.47% from 361); Green value is 121 (47.66% from 255 or 33.52% from 361); Blue value is 130 (51.17% from 255 or 36.01% from 361); Max value from RGB is 130 - color contains mainly: blue. Hex color #6E7982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7982 is #91867D. Grayscale: #767676. Windows color (decimal): -9537150 or 8550766. OLE color: 8550766.

HSL color Cylindrical-coordinate representation of color #6E7982: hue angle of 207º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6E7982 is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB110121130-
CMYK0.150.0700.49
HSL207º8.33%47.06%-
HSV(B)207º15.38%50.98%-
XYZ17.318.623.8-
YUV118.74134.36121.77-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.47%
GREEN value IS 121 (47.66% from 255) = 33.52%
BLUE value IS 130 (51.17% from 255) = 36.01%
R=30.47%
G=33.52%
B=36.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1101211300.150.0700.492078.3347.06
Hex6E7982F7031cf82f
Octal1561712021770613171057
Binary110111011110011000001011111110110001110011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E7982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,121,130); }

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

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

 a { background-color: rgb(110,121,130); }

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

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

 span { border-color: rgb(110,121,130); }

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