#646971

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

Shades of Shuttle Grey #646971

Tints of Shuttle Grey #646971

Color information

#646971 (or 0x646971) is unknown color: approx Shuttle Grey. HEX triplet: 64, 69 and 71. RGB value is (100,105,113). Sum of RGB (Red+Green+Blue) = 100+105+113=318 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.45% from 318); Green value is 105 (41.41% from 255 or 33.02% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 113 - color contains mainly: blue. Hex color #646971 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646971 is #9B968E. Grayscale: #686868. Windows color (decimal): -10196623 or 7432548. OLE color: 7432548.

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

Color convert

RGB100105113-
CMYK0.120.0700.56
HSL216.92º6.1%41.76%-
HSV(B)216.92º11.5%44.31%-
XYZ13.291417.63-
YUV104.42132.84124.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.45%
GREEN value IS 105 (41.41% from 255) = 33.02%
BLUE value IS 113 (44.53% from 255) = 35.53%
R=31.45%
G=33.02%
B=35.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1001051130.120.0700.56216.926.141.76
Hex646971C7038d962a
Octal144151161147070331652
Binary1100100110100111100011100111011100011011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646971; }

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

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

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

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

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

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

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

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