#676B6D

Color #676B6D Mid Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mid Grey #676B6D

Tints of Mid Grey #676B6D

Color information

#676B6D (or 0x676B6D) is unknown color: approx Mid Grey. HEX triplet: 67, 6B and 6D. RGB value is (103,107,109). Sum of RGB (Red+Green+Blue) = 103+107+109=319 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.29% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 109 - color contains mainly: blue. Hex color #676B6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676B6D is #989492. Grayscale: #6A6A6A. Windows color (decimal): -9999507 or 7170919. OLE color: 7170919.

HSL color Cylindrical-coordinate representation of color #676B6D: hue angle of 200º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #676B6D is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB103107109-
CMYK0.060.0200.57
HSL200º2.83%41.57%-
HSV(B)200º5.5%42.75%-
XYZ13.6114.516.55-
YUV106.03129.67125.84-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.29%
GREEN value IS 107 (42.19% from 255) = 33.54%
BLUE value IS 109 (42.97% from 255) = 34.17%
R=32.29%
G=33.54%
B=34.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1031071090.060.0200.572002.8341.57
Hex676B6D62039c832a
Octal14715315562071310352
Binary1100111110101111011011101001110011100100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676B6D; }

 p { color: rgb(103,107,109); }

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

<style>
 a { background-color: #676B6D; }

 a { background-color: rgb(103,107,109); }

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

<style>
 span { border-color: #676B6D; }

 span { border-color: rgb(103,107,109); }

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