#656A6D

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

Shades of Mid Grey #656A6D

Tints of Mid Grey #656A6D

Color information

#656A6D (or 0x656A6D) is unknown color: approx Mid Grey. HEX triplet: 65, 6A and 6D. RGB value is (101,106,109). Sum of RGB (Red+Green+Blue) = 101+106+109=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 109 - color contains mainly: blue. Hex color #656A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656A6D is #9A9592. Grayscale: #686868. Windows color (decimal): -10130835 or 7170661. OLE color: 7170661.

HSL color Cylindrical-coordinate representation of color #656A6D: hue angle of 202.5º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #656A6D is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB101106109-
CMYK0.070.0300.57
HSL202.5º3.81%41.18%-
HSV(B)202.5º7.34%42.75%-
XYZ13.2814.1816.5-
YUV104.85130.34125.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.96%
GREEN value IS 106 (41.80% from 255) = 33.54%
BLUE value IS 109 (42.97% from 255) = 34.49%
R=31.96%
G=33.54%
B=34.49%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1011061090.070.0300.57202.53.8141.18
Hex656A6D73039ca429
Octal14515215573071312451
Binary11001011101010110110111111011100111001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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