#646872

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

Shades of Shuttle Grey #646872

Tints of Shuttle Grey #646872

Color information

#646872 (or 0x646872) is unknown color: approx Shuttle Grey. HEX triplet: 64, 68 and 72. RGB value is (100,104,114). Sum of RGB (Red+Green+Blue) = 100+104+114=318 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.45% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 114 - color contains mainly: blue. Hex color #646872 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646872 is #9B978D. Grayscale: #676767. Windows color (decimal): -10196878 or 7497828. OLE color: 7497828.

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

Color convert

RGB100104114-
CMYK0.120.0900.55
HSL222.86º6.54%41.96%-
HSV(B)222.86º12.28%44.71%-
XYZ13.2413.8217.89-
YUV103.94133.67125.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.45%
GREEN value IS 104 (41.02% from 255) = 32.70%
BLUE value IS 114 (44.92% from 255) = 35.85%
R=31.45%
G=32.70%
B=35.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1001041140.120.0900.55222.866.5441.96
Hex646872C9037df72a
Octal1441501621411067337752
Binary11001001101000111001011001001011011111011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646872; }

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

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

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

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

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

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

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

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