#646A72

Color #646A72 Shuttle Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shuttle Grey #646A72

Tints of Shuttle Grey #646A72

Color information

#646A72 (or 0x646A72) is unknown color: approx Shuttle Grey. HEX triplet: 64, 6A and 72. RGB value is (100,106,114). Sum of RGB (Red+Green+Blue) = 100+106+114=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 114 (44.92% from 255 or 35.62% from 320); Max value from RGB is 114 - color contains mainly: blue. Hex color #646A72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646A72 is #9B958D. Grayscale: #696969. Windows color (decimal): -10196366 or 7498340. OLE color: 7498340.

HSL color Cylindrical-coordinate representation of color #646A72: hue angle of 214.29º 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 #646A72 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB100106114-
CMYK0.120.0700.55
HSL214.29º6.54%41.96%-
HSV(B)214.29º12.28%44.71%-
XYZ13.4514.2317.96-
YUV105.12133.01124.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.25%
GREEN value IS 106 (41.80% from 255) = 33.12%
BLUE value IS 114 (44.92% from 255) = 35.62%
R=31.25%
G=33.12%
B=35.62%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1001061140.120.0700.55214.296.5441.96
Hex646A72C7037d672a
Octal144152162147067326752
Binary1100100110101011100101100111011011111010110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #646A72;
 }
 .AnyTagClassName
 {
   color: #646A72;
 }
</style>
background-color css

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

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

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

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

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

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