#6B7987

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

Shades of Lynch #6B7987

Tints of Lynch #6B7987

Color information

#6B7987 (or 0x6B7987) is unknown color: approx Lynch. HEX triplet: 6B, 79 and 87. RGB value is (107,121,135). Sum of RGB (Red+Green+Blue) = 107+121+135=363 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.48% from 363); Green value is 121 (47.66% from 255 or 33.33% from 363); Blue value is 135 (53.12% from 255 or 37.19% from 363); Max value from RGB is 135 - color contains mainly: blue. Hex color #6B7987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7987 is #948678. Grayscale: #767676. Windows color (decimal): -9733753 or 8878443. OLE color: 8878443.

HSL color Cylindrical-coordinate representation of color #6B7987: hue angle of 210º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B7987 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB107121135-
CMYK0.210.1000.47
HSL210º11.57%47.45%-
HSV(B)210º20.74%52.94%-
XYZ17.2718.5525.59-
YUV118.41137.36119.86-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.48%
GREEN value IS 121 (47.66% from 255) = 33.33%
BLUE value IS 135 (53.12% from 255) = 37.19%
R=29.48%
G=33.33%
B=37.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1071211350.210.1000.4721011.5747.45
Hex6B798715A02Fd2c2f
Octal15317120725120573221457
Binary11010111111001100001111010110100101111110100101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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