#646973

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

Shades of Shuttle Grey #646973

Tints of Shuttle Grey #646973

Color information

#646973 (or 0x646973) is unknown color: approx Shuttle Grey. HEX triplet: 64, 69 and 73. RGB value is (100,105,115). Sum of RGB (Red+Green+Blue) = 100+105+115=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 105 (41.41% from 255 or 32.81% from 320); Blue value is 115 (45.31% from 255 or 35.94% from 320); Max value from RGB is 115 - color contains mainly: blue. Hex color #646973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646973 is #9B968C. Grayscale: #686868. Windows color (decimal): -10196621 or 7563620. OLE color: 7563620.

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

Color convert

RGB100105115-
CMYK0.130.0900.55
HSL220º6.98%42.16%-
HSV(B)220º13.04%45.1%-
XYZ13.414.0518.23-
YUV104.64133.84124.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.25%
GREEN value IS 105 (41.41% from 255) = 32.81%
BLUE value IS 115 (45.31% from 255) = 35.94%
R=31.25%
G=32.81%
B=35.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1001051150.130.0900.552206.9842.16
Hex646973D9037dc72a
Octal1441511631511067334752
Binary11001001101001111001111011001011011111011100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646973; }

 p { color: rgb(100,105,115); }

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

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

 a { background-color: rgb(100,105,115); }

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

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

 span { border-color: rgb(100,105,115); }

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