#6E8591

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

Shades of Lynch #6E8591

Tints of Lynch #6E8591

Color information

#6E8591 (or 0x6E8591) is unknown color: approx Lynch. HEX triplet: 6E, 85 and 91. RGB value is (110,133,145). Sum of RGB (Red+Green+Blue) = 110+133+145=388 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.35% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 145 (57.03% from 255 or 37.37% from 388); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E8591 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8591 is #917A6E. Grayscale: #7F7F7F. Windows color (decimal): -9534063 or 9536878. OLE color: 9536878.

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

Color convert

RGB110133145-
CMYK0.240.0800.43
HSL200.57º13.73%50%-
HSV(B)200.57º24.14%56.86%-
XYZ19.9322.1330.01-
YUV127.49137.88115.52-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.35%
GREEN value IS 133 (52.34% from 255) = 34.28%
BLUE value IS 145 (57.03% from 255) = 37.37%
R=28.35%
G=34.28%
B=37.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1101331450.240.0800.43200.5713.7350
Hex6E859118802Bc9e32
Octal15620522130100533111662
Binary110111010000101100100011100010000101011110010011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E8591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,133,145); }

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

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

 a { background-color: rgb(110,133,145); }

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

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

 span { border-color: rgb(110,133,145); }

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