Html Css Color HEX #646E78 Mid Grey

📋 copy color: '#646E78'

red 100 ◦ green 110 ◦ blue 120

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

Shades of Mid Grey #646E78

Tints of Mid Grey #646E78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 36.36%

R = 30.3%
G = 33.33%
B = 36.36%

CMYK

 C value IS 0.17

 M value IS 0.08

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#646E78 (or 0x646E78) is known color: Mid Grey. HEX triplet: 64, 6E and 78. RGB value is (100,110,120). Sum of RGB (Red+Green+Blue) = 100+110+120=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 120 - color contains mainly: blue. Hex color #646E78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646E78 is #9B9187. Grayscale: #6C6C6C. Windows color (decimal): -10195336 or 7892580. OLE color: 7892580.

HSL color Cylindrical-coordinate representation of color #646E78: hue angle of 210º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #646E78 is Cyan = 0.17, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 100 110 120 -
CMYK 0.17 0.08 0 0.53
HSL 210º 0.09% 0.43% -
HSV(B) 210º 0.17% 0.47% -
XYZ 14.22 15.22 19.96 -
YUV 108.15 134.69 122.19 -
System Red Green Blue C M Y K H S L
Decimal 100 110 120 0.17 0.08 0 0.53 210 0.09 0.43
Hex 64 6E 78 11 8 0 35 D2 9 2B
Octal 144 156 170 21 10 0 65 322 11 53
Binary 1100100 1101110 1111000 10001 1000 0 110101 11010010 1001 101011

Color Harmonies of #646E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646E78

Black with #646E78

Text Example


Text Example

White with #646E78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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