#6D7F87

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

Shades of Lynch #6D7F87

Tints of Lynch #6D7F87

Color information

#6D7F87 (or 0x6D7F87) is unknown color: approx Lynch. HEX triplet: 6D, 7F and 87. RGB value is (109,127,135). Sum of RGB (Red+Green+Blue) = 109+127+135=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 135 - color contains mainly: blue. Hex color #6D7F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D7F87 is #928078. Grayscale: #7A7A7A. Windows color (decimal): -9601145 or 8879981. OLE color: 8879981.

HSL color Cylindrical-coordinate representation of color #6D7F87: hue angle of 198.46º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6D7F87 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB109127135-
CMYK0.190.0600.47
HSL198.46º10.66%47.84%-
HSV(B)198.46º19.26%52.94%-
XYZ18.2720.1825.85-
YUV122.53135.04118.35-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.38%
GREEN value IS 127 (50% from 255) = 34.23%
BLUE value IS 135 (53.12% from 255) = 36.39%
R=29.38%
G=34.23%
B=36.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1091271350.190.0600.47198.4610.6647.84
Hex6D7F8713602Fc6b30
Octal1551772072360573061360
Binary1101101111111110000111100111100101111110001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,127,135); }

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

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

 a { background-color: rgb(109,127,135); }

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

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

 span { border-color: rgb(109,127,135); }

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