#6F7A80

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

Shades of Lynch #6F7A80

Tints of Lynch #6F7A80

Color information

#6F7A80 (or 0x6F7A80) is unknown color: approx Lynch. HEX triplet: 6F, 7A and 80. RGB value is (111,122,128). Sum of RGB (Red+Green+Blue) = 111+122+128=361 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.75% from 361); Green value is 122 (48.05% from 255 or 33.80% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 128 - color contains mainly: blue. Hex color #6F7A80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7A80 is #90857F. Grayscale: #777777. Windows color (decimal): -9471360 or 8419951. OLE color: 8419951.

HSL color Cylindrical-coordinate representation of color #6F7A80: hue angle of 201.18º degrees, saturation: 0.07, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6F7A80 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB111122128-
CMYK0.130.0500.50
HSL201.18º7.11%46.86%-
HSV(B)201.18º13.28%50.2%-
XYZ17.4118.8623.14-
YUV119.4132.86122.01-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.75%
GREEN value IS 122 (48.05% from 255) = 33.80%
BLUE value IS 128 (50.39% from 255) = 35.46%
R=30.75%
G=33.80%
B=35.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1111221280.130.0500.50201.187.1146.86
Hex6F7A80D5032c972f
Octal157172200155062311757
Binary11011111111010100000001101101011001011001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,122,128); }

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

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

 a { background-color: rgb(111,122,128); }

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

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

 span { border-color: rgb(111,122,128); }

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