Html Css Color HEX #646B70 Mid Grey

📋 copy color: '#646B70'

red 100 ◦ green 107 ◦ blue 112

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

Shades of Mid Grey #646B70

Tints of Mid Grey #646B70

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.54%

 BLUE value IS 112 (44.14% from 255) = 35.11%

R = 31.35%
G = 33.54%
B = 35.11%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#646B70 (or 0x646B70) is known color: Mid Grey. HEX triplet: 64, 6B and 70. RGB value is (100,107,112). Sum of RGB (Red+Green+Blue) = 100+107+112=319 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.35% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 112 - color contains mainly: blue. Hex color #646B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646B70 is #9B948F. Grayscale: #696969. Windows color (decimal): -10196112 or 7367524. OLE color: 7367524.

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

Color convert

RGB 100 107 112 -
CMYK 0.11 0.04 0 0.56
HSL 205º 0.06% 0.42% -
HSV(B) 205º 0.11% 0.44% -
XYZ 13.44 14.39 17.4 -
YUV 105.48 131.68 124.09 -
System Red Green Blue C M Y K H S L
Decimal 100 107 112 0.11 0.04 0 0.56 205 0.06 0.42
Hex 64 6B 70 B 4 0 38 CD 6 2A
Octal 144 153 160 13 4 0 70 315 6 52
Binary 1100100 1101011 1110000 1011 100 0 111000 11001101 110 101010

Color Harmonies of #646B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646B70

Black with #646B70

Text Example


Text Example

White with #646B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,107,112); }

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

background-color css

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

 a { background-color: rgb(100,107,112); }

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

border-color css

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

 span { border-color: rgb(100,107,112); }

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