#6B767C

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

Shades of Blue Bayoux #6B767C

Tints of Blue Bayoux #6B767C

Color information

#6B767C (or 0x6B767C) is unknown color: approx Blue Bayoux. HEX triplet: 6B, 76 and 7C. RGB value is (107,118,124). Sum of RGB (Red+Green+Blue) = 107+118+124=349 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.66% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B767C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B767C is #948983. Grayscale: #737373. Windows color (decimal): -9734532 or 8156779. OLE color: 8156779.

HSL color Cylindrical-coordinate representation of color #6B767C: hue angle of 201.18º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6B767C is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB107118124-
CMYK0.140.0500.51
HSL201.18º7.36%45.29%-
HSV(B)201.18º13.71%48.63%-
XYZ16.1817.5421.6-
YUV115.39132.86122.01-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.66%
GREEN value IS 118 (46.48% from 255) = 33.81%
BLUE value IS 124 (48.83% from 255) = 35.53%
R=30.66%
G=33.81%
B=35.53%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1071181240.140.0500.51201.187.3645.29
Hex6B767CE5033c972d
Octal153166174165063311755
Binary1101011111011011111001110101011001111001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B767C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,118,124); }

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

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

 a { background-color: rgb(107,118,124); }

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

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

 span { border-color: rgb(107,118,124); }

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