#6E787C

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

Shades of Blue Bayoux #6E787C

Tints of Blue Bayoux #6E787C

Color information

#6E787C (or 0x6E787C) is unknown color: approx Blue Bayoux. HEX triplet: 6E, 78 and 7C. RGB value is (110,120,124). Sum of RGB (Red+Green+Blue) = 110+120+124=354 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.07% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 124 - color contains mainly: blue. Hex color #6E787C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E787C is #918783. Grayscale: #757575. Windows color (decimal): -9537412 or 8157294. OLE color: 8157294.

HSL color Cylindrical-coordinate representation of color #6E787C: hue angle of 197.14º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6E787C is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB110120124-
CMYK0.110.0300.51
HSL197.14º5.98%45.88%-
HSV(B)197.14º11.29%48.63%-
XYZ16.7818.221.7-
YUV117.47131.69122.67-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.07%
GREEN value IS 120 (47.27% from 255) = 33.90%
BLUE value IS 124 (48.83% from 255) = 35.03%
R=31.07%
G=33.90%
B=35.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1101201240.110.0300.51197.145.9845.88
Hex6E787CB3033c562e
Octal156170174133063305656
Binary110111011110001111100101111011001111000101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,120,124); }

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

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

 a { background-color: rgb(110,120,124); }

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

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

 span { border-color: rgb(110,120,124); }

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