#676B6E

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

Shades of Mid Grey #676B6E

Tints of Mid Grey #676B6E

Color information

#676B6E (or 0x676B6E) is unknown color: approx Mid Grey. HEX triplet: 67, 6B and 6E. RGB value is (103,107,110). Sum of RGB (Red+Green+Blue) = 103+107+110=320 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.19% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 110 - color contains mainly: blue. Hex color #676B6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676B6E is #989491. Grayscale: #6A6A6A. Windows color (decimal): -9999506 or 7236455. OLE color: 7236455.

HSL color Cylindrical-coordinate representation of color #676B6E: hue angle of 205.71º 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 #676B6E is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB103107110-
CMYK0.060.0300.57
HSL205.71º3.29%41.76%-
HSV(B)205.71º6.36%43.14%-
XYZ13.6714.5216.84-
YUV106.15130.17125.76-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 32.19%
GREEN value IS 107 (42.19% from 255) = 33.44%
BLUE value IS 110 (43.36% from 255) = 34.38%
R=32.19%
G=33.44%
B=34.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1031071100.060.0300.57205.713.2941.76
Hex676B6E63039ce32a
Octal14715315663071316352
Binary1100111110101111011101101101110011100111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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