Html Css Color HEX #646E74 Mid Grey

📋 copy color: '#646E74'

red 100 ◦ green 110 ◦ blue 116

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

Shades of Mid Grey #646E74

Tints of Mid Grey #646E74

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.74%

 BLUE value IS 116 (45.7% from 255) = 35.58%

R = 30.67%
G = 33.74%
B = 35.58%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#646E74 (or 0x646E74) is known color: Mid Grey. HEX triplet: 64, 6E and 74. RGB value is (100,110,116). Sum of RGB (Red+Green+Blue) = 100+110+116=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 116 - color contains mainly: blue. Hex color #646E74 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646E74 is #9B918B. Grayscale: #6B6B6B. Windows color (decimal): -10195340 or 7630436. OLE color: 7630436.

HSL color Cylindrical-coordinate representation of color #646E74: hue angle of 202.5º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #646E74 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 110 116 -
CMYK 0.14 0.05 0 0.55
HSL 202.5º 0.07% 0.42% -
HSV(B) 202.5º 0.14% 0.45% -
XYZ 13.98 15.12 18.7 -
YUV 107.69 132.69 122.51 -
System Red Green Blue C M Y K H S L
Decimal 100 110 116 0.14 0.05 0 0.55 202.5 0.07 0.42
Hex 64 6E 74 E 5 0 37 CA 7 2A
Octal 144 156 164 16 5 0 67 312 7 52
Binary 1100100 1101110 1110100 1110 101 0 110111 11001010 111 101010

Color Harmonies of #646E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646E74

Black with #646E74

Text Example


Text Example

White with #646E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,110,116); }

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

background-color css

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

 a { background-color: rgb(100,110,116); }

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

border-color css

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

 span { border-color: rgb(100,110,116); }

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