Html Css Color HEX #676A6D Mid Grey

📋 copy color: '#676A6D'

red 103 ◦ green 106 ◦ blue 109

#676A6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mid Grey #676A6D

Tints of Mid Grey #676A6D

RGB

 RED value IS 103 (40.63% from 255) = 32.39%

 GREEN value IS 106 (41.8% from 255) = 33.33%

 BLUE value IS 109 (42.97% from 255) = 34.28%

R = 32.39%
G = 33.33%
B = 34.28%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#676A6D (or 0x676A6D) is known color: Mid Grey. HEX triplet: 67, 6A and 6D. RGB value is (103,106,109). Sum of RGB (Red+Green+Blue) = 103+106+109=318 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.39% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 109 - color contains mainly: blue. Hex color #676A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676A6D is #989592. Grayscale: #696969. Windows color (decimal): -9999763 or 7170663. OLE color: 7170663.

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

Color convert

RGB 103 106 109 -
CMYK 0.06 0.03 0 0.57
HSL 210º 0.03% 0.42% -
HSV(B) 210º 0.06% 0.43% -
XYZ 13.51 14.3 16.52 -
YUV 105.45 130.01 126.26 -
System Red Green Blue C M Y K H S L
Decimal 103 106 109 0.06 0.03 0 0.57 210 0.03 0.42
Hex 67 6A 6D 6 3 0 39 D2 3 2A
Octal 147 152 155 6 3 0 71 322 3 52
Binary 1100111 1101010 1101101 110 11 0 111001 11010010 11 101010

Color Harmonies of #676A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676A6D

Black with #676A6D

Text Example


Text Example

White with #676A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #676A6D;
 }
 .AnyTagClassName
 {
   color: #676A6D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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