Html Css Color HEX #646A6D Mid Grey

📋 copy color: '#646A6D'

red 100 ◦ green 106 ◦ blue 109

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

Shades of Mid Grey #646A6D

Tints of Mid Grey #646A6D

RGB

 RED value IS 100 (39.45% from 255) = 31.75%

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

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

R = 31.75%
G = 33.65%
B = 34.6%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#646A6D (or 0x646A6D) is known color: Mid Grey. HEX triplet: 64, 6A and 6D. RGB value is (100,106,109). Sum of RGB (Red+Green+Blue) = 100+106+109=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 109 - color contains mainly: blue. Hex color #646A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646A6D is #9B9592. Grayscale: #686868. Windows color (decimal): -10196371 or 7170660. OLE color: 7170660.

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

Color convert

RGB 100 106 109 -
CMYK 0.08 0.03 0 0.57
HSL 200º 0.04% 0.41% -
HSV(B) 200º 0.08% 0.43% -
XYZ 13.17 14.12 16.5 -
YUV 104.55 130.51 124.76 -
System Red Green Blue C M Y K H S L
Decimal 100 106 109 0.08 0.03 0 0.57 200 0.04 0.41
Hex 64 6A 6D 8 3 0 39 C8 4 29
Octal 144 152 155 10 3 0 71 310 4 51
Binary 1100100 1101010 1101101 1000 11 0 111001 11001000 100 101001

Color Harmonies of #646A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646A6D

Black with #646A6D

Text Example


Text Example

White with #646A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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