#6F7980

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

Shades of Lynch #6F7980

Tints of Lynch #6F7980

Color information

#6F7980 (or 0x6F7980) is unknown color: approx Lynch. HEX triplet: 6F, 79 and 80. RGB value is (111,121,128). Sum of RGB (Red+Green+Blue) = 111+121+128=360 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.83% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 128 - color contains mainly: blue. Hex color #6F7980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7980 is #90867F. Grayscale: #767676. Windows color (decimal): -9471616 or 8419695. OLE color: 8419695.

HSL color Cylindrical-coordinate representation of color #6F7980: hue angle of 204.71º 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 #6F7980 is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB111121128-
CMYK0.130.0500.50
HSL204.71º7.11%46.86%-
HSV(B)204.71º13.28%50.2%-
XYZ17.2918.6123.1-
YUV118.81133.19122.43-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.83%
GREEN value IS 121 (47.66% from 255) = 33.61%
BLUE value IS 128 (50.39% from 255) = 35.56%
R=30.83%
G=33.61%
B=35.56%

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
Decimal1111211280.130.0500.50204.717.1146.86
Hex6F7980D5032cd72f
Octal157171200155062315757
Binary11011111111001100000001101101011001011001101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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