#646A75

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

Shades of Shuttle Grey #646A75

Tints of Shuttle Grey #646A75

Color information

#646A75 (or 0x646A75) is unknown color: approx Shuttle Grey. HEX triplet: 64, 6A and 75. RGB value is (100,106,117). Sum of RGB (Red+Green+Blue) = 100+106+117=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 106 (41.80% from 255 or 32.82% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 117 - color contains mainly: blue. Hex color #646A75 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646A75 is #9B958A. Grayscale: #696969. Windows color (decimal): -10196363 or 7694948. OLE color: 7694948.

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

Color convert

RGB100106117-
CMYK0.150.0900.54
HSL218.82º7.83%42.55%-
HSV(B)218.82º14.53%45.88%-
XYZ13.6214.318.87-
YUV105.46134.51124.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.96%
GREEN value IS 106 (41.80% from 255) = 32.82%
BLUE value IS 117 (46.09% from 255) = 36.22%
R=30.96%
G=32.82%
B=36.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1001061170.150.0900.54218.827.8342.55
Hex646A75F9036db82b
Octal14415216517110663331053
Binary110010011010101110101111110010110110110110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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