#6C7F87

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

Shades of Lynch #6C7F87

Tints of Lynch #6C7F87

Color information

#6C7F87 (or 0x6C7F87) is unknown color: approx Lynch. HEX triplet: 6C, 7F and 87. RGB value is (108,127,135). Sum of RGB (Red+Green+Blue) = 108+127+135=370 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.19% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 135 (53.12% from 255 or 36.49% from 370); Max value from RGB is 135 - color contains mainly: blue. Hex color #6C7F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7F87 is #938078. Grayscale: #7A7A7A. Windows color (decimal): -9666681 or 8879980. OLE color: 8879980.

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

Color convert

RGB108127135-
CMYK0.20.0600.47
HSL197.78º11.11%47.65%-
HSV(B)197.78º20%52.94%-
XYZ18.1520.1225.85-
YUV122.23135.21117.85-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.19%
GREEN value IS 127 (50% from 255) = 34.32%
BLUE value IS 135 (53.12% from 255) = 36.49%
R=29.19%
G=34.32%
B=36.49%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1081271350.20.0600.47197.7811.1147.65
Hex6C7F8714602Fc6b30
Octal1541772072460573061360
Binary1101100111111110000111101001100101111110001101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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