#646972

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

Shades of Shuttle Grey #646972

Tints of Shuttle Grey #646972

Color information

#646972 (or 0x646972) is unknown color: approx Shuttle Grey. HEX triplet: 64, 69 and 72. RGB value is (100,105,114). Sum of RGB (Red+Green+Blue) = 100+105+114=319 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.35% from 319); Green value is 105 (41.41% from 255 or 32.92% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 114 - color contains mainly: blue. Hex color #646972 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646972 is #9B968D. Grayscale: #686868. Windows color (decimal): -10196622 or 7498084. OLE color: 7498084.

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

Color convert

RGB100105114-
CMYK0.120.0800.55
HSL218.57º6.54%41.96%-
HSV(B)218.57º12.28%44.71%-
XYZ13.3414.0317.92-
YUV104.53133.34124.77-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.35%
GREEN value IS 105 (41.41% from 255) = 32.92%
BLUE value IS 114 (44.92% from 255) = 35.74%
R=31.35%
G=32.92%
B=35.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1001051140.120.0800.55218.576.5441.96
Hex646972C8037db72a
Octal1441511621410067333752
Binary11001001101001111001011001000011011111011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646972; }

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

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

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

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

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

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

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

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