Html Css Color HEX #646C71 Mid Grey

📋 copy color: '#646C71'

red 100 ◦ green 108 ◦ blue 113

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

Shades of Mid Grey #646C71

Tints of Mid Grey #646C71

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.64%

 BLUE value IS 113 (44.53% from 255) = 35.2%

R = 31.15%
G = 33.64%
B = 35.2%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#646C71 (or 0x646C71) is known color: Mid Grey. HEX triplet: 64, 6C and 71. RGB value is (100,108,113). Sum of RGB (Red+Green+Blue) = 100+108+113=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 113 - color contains mainly: blue. Hex color #646C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646C71 is #9B938E. Grayscale: #6A6A6A. Windows color (decimal): -10195855 or 7433316. OLE color: 7433316.

HSL color Cylindrical-coordinate representation of color #646C71: hue angle of 203.08º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #646C71 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 100 108 113 -
CMYK 0.12 0.04 0 0.56
HSL 203.08º 0.06% 0.42% -
HSV(B) 203.08º 0.12% 0.44% -
XYZ 13.6 14.63 17.73 -
YUV 106.18 131.85 123.59 -
System Red Green Blue C M Y K H S L
Decimal 100 108 113 0.12 0.04 0 0.56 203.08 0.06 0.42
Hex 64 6C 71 C 4 0 38 CB 6 2A
Octal 144 154 161 14 4 0 70 313 6 52
Binary 1100100 1101100 1110001 1100 100 0 111000 11001011 110 101010

Color Harmonies of #646C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646C71

Black with #646C71

Text Example


Text Example

White with #646C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,108,113); }

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

background-color css

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

 a { background-color: rgb(100,108,113); }

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

border-color css

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

 span { border-color: rgb(100,108,113); }

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