#646873

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

Shades of Shuttle Grey #646873

Tints of Shuttle Grey #646873

Color information

#646873 (or 0x646873) is unknown color: approx Shuttle Grey. HEX triplet: 64, 68 and 73. RGB value is (100,104,115). Sum of RGB (Red+Green+Blue) = 100+104+115=319 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.35% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 115 - color contains mainly: blue. Hex color #646873 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646873 is #9B978C. Grayscale: #686868. Windows color (decimal): -10196877 or 7563364. OLE color: 7563364.

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

Color convert

RGB100104115-
CMYK0.130.1000.55
HSL224º6.98%42.16%-
HSV(B)224º13.04%45.1%-
XYZ13.313.8518.19-
YUV104.06134.17125.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.35%
GREEN value IS 104 (41.02% from 255) = 32.60%
BLUE value IS 115 (45.31% from 255) = 36.05%
R=31.35%
G=32.60%
B=36.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1001041150.130.1000.552246.9842.16
Hex646873DA037e072a
Octal1441501631512067340752
Binary11001001101000111001111011010011011111100000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646873; }

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

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

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

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

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

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

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

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