#6C797B

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

Shades of Blue Bayoux #6C797B

Tints of Blue Bayoux #6C797B

Color information

#6C797B (or 0x6C797B) is unknown color: approx Blue Bayoux. HEX triplet: 6C, 79 and 7B. RGB value is (108,121,123). Sum of RGB (Red+Green+Blue) = 108+121+123=352 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.68% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 123 - color contains mainly: blue. Hex color #6C797B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C797B is #938684. Grayscale: #757575. Windows color (decimal): -9668229 or 8092012. OLE color: 8092012.

HSL color Cylindrical-coordinate representation of color #6C797B: hue angle of 188º degrees, saturation: 0.06, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6C797B is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB108121123-
CMYK0.120.0200.52
HSL188º6.49%45.29%-
HSV(B)188º12.2%48.24%-
XYZ16.618.2921.4-
YUV117.34131.19121.34-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.68%
GREEN value IS 121 (47.66% from 255) = 34.38%
BLUE value IS 123 (48.44% from 255) = 34.94%
R=30.68%
G=34.38%
B=34.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1081211230.120.0200.521886.4945.29
Hex6C797BC2034bc62d
Octal154171173142064274655
Binary110110011110011111011110010011010010111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C797B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,121,123); }

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

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

 a { background-color: rgb(108,121,123); }

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

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

 span { border-color: rgb(108,121,123); }

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