#6E838E

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

Shades of Lynch #6E838E

Tints of Lynch #6E838E

Color information

#6E838E (or 0x6E838E) is unknown color: approx Lynch. HEX triplet: 6E, 83 and 8E. RGB value is (110,131,142). Sum of RGB (Red+Green+Blue) = 110+131+142=383 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.72% from 383); Green value is 131 (51.56% from 255 or 34.20% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 142 - color contains mainly: blue. Hex color #6E838E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E838E is #917C71. Grayscale: #7D7D7D. Windows color (decimal): -9534578 or 9339758. OLE color: 9339758.

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

Color convert

RGB110131142-
CMYK0.230.0800.44
HSL200.62º12.7%49.41%-
HSV(B)200.62º22.54%55.69%-
XYZ19.4321.528.72-
YUV125.98137.04116.61-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.72%
GREEN value IS 131 (51.56% from 255) = 34.20%
BLUE value IS 142 (55.86% from 255) = 37.08%
R=28.72%
G=34.20%
B=37.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1101311420.230.0800.44200.6212.749.41
Hex6E838E17802Cc9d31
Octal15620321627100543111561
Binary110111010000011100011101011110000101100110010011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E838E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,131,142); }

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

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

 a { background-color: rgb(110,131,142); }

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

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

 span { border-color: rgb(110,131,142); }

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