Html Css Color HEX #646B72 Mid Grey

📋 copy color: '#646B72'

red 100 ◦ green 107 ◦ blue 114

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

Shades of Mid Grey #646B72

Tints of Mid Grey #646B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.51%

R = 31.15%
G = 33.33%
B = 35.51%

CMYK

 C value IS 0.12

 M value IS 0.06

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#646B72 (or 0x646B72) is known color: Mid Grey. HEX triplet: 64, 6B and 72. RGB value is (100,107,114). Sum of RGB (Red+Green+Blue) = 100+107+114=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 107 (42.19% from 255 or 33.33% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 114 - color contains mainly: blue. Hex color #646B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646B72 is #9B948D. Grayscale: #696969. Windows color (decimal): -10196110 or 7498596. OLE color: 7498596.

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

Color convert

RGB 100 107 114 -
CMYK 0.12 0.06 0 0.55
HSL 210º 0.07% 0.42% -
HSV(B) 210º 0.12% 0.45% -
XYZ 13.55 14.44 17.99 -
YUV 105.71 132.68 123.93 -
System Red Green Blue C M Y K H S L
Decimal 100 107 114 0.12 0.06 0 0.55 210 0.07 0.42
Hex 64 6B 72 C 6 0 37 D2 7 2A
Octal 144 153 162 14 6 0 67 322 7 52
Binary 1100100 1101011 1110010 1100 110 0 110111 11010010 111 101010

Color Harmonies of #646B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646B72

Black with #646B72

Text Example


Text Example

White with #646B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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