#6B7983

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

Shades of Lynch #6B7983

Tints of Lynch #6B7983

Color information

#6B7983 (or 0x6B7983) is unknown color: approx Lynch. HEX triplet: 6B, 79 and 83. RGB value is (107,121,131). Sum of RGB (Red+Green+Blue) = 107+121+131=359 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.81% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 131 (51.56% from 255 or 36.49% from 359); Max value from RGB is 131 - color contains mainly: blue. Hex color #6B7983 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7983 is #94867C. Grayscale: #757575. Windows color (decimal): -9733757 or 8616299. OLE color: 8616299.

HSL color Cylindrical-coordinate representation of color #6B7983: hue angle of 205º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6B7983 is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB107121131-
CMYK0.180.0800.49
HSL205º10.08%46.67%-
HSV(B)205º18.32%51.37%-
XYZ1718.4424.14-
YUV117.95135.36120.19-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.81%
GREEN value IS 121 (47.66% from 255) = 33.70%
BLUE value IS 131 (51.56% from 255) = 36.49%
R=29.81%
G=33.70%
B=36.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1071211310.180.0800.4920510.0846.67
Hex6B7983128031cda2f
Octal15317120322100613151257
Binary11010111111001100000111001010000110001110011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,121,131); }

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

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

 a { background-color: rgb(107,121,131); }

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

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

 span { border-color: rgb(107,121,131); }

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