#6D8390

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

Shades of Lynch #6D8390

Tints of Lynch #6D8390

Color information

#6D8390 (or 0x6D8390) is unknown color: approx Lynch. HEX triplet: 6D, 83 and 90. RGB value is (109,131,144). Sum of RGB (Red+Green+Blue) = 109+131+144=384 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.39% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 144 - color contains mainly: blue. Hex color #6D8390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8390 is #927C6F. Grayscale: #7D7D7D. Windows color (decimal): -9600112 or 9470829. OLE color: 9470829.

HSL color Cylindrical-coordinate representation of color #6D8390: hue angle of 202.29º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D8390 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB109131144-
CMYK0.240.0900.44
HSL202.29º13.83%49.61%-
HSV(B)202.29º24.31%56.47%-
XYZ19.4621.529.51-
YUV125.9138.21115.94-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.39%
GREEN value IS 131 (51.56% from 255) = 34.11%
BLUE value IS 144 (56.64% from 255) = 37.5%
R=28.39%
G=34.11%
B=37.5%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1091311440.240.0900.44202.2913.8349.61
Hex6D839018902Ccae32
Octal15520322030110543121662
Binary110110110000011100100001100010010101100110010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,131,144); }

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

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

 a { background-color: rgb(109,131,144); }

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

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

 span { border-color: rgb(109,131,144); }

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