#647F9B

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

Shades of Slate Grey #647F9B

Tints of Slate Grey #647F9B

Color information

#647F9B (or 0x647F9B) is unknown color: approx Slate Grey. HEX triplet: 64, 7F and 9B. RGB value is (100,127,155). Sum of RGB (Red+Green+Blue) = 100+127+155=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 127 (50% from 255 or 33.25% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 155 - color contains mainly: blue. Hex color #647F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647F9B is #9B8064. Grayscale: #797979. Windows color (decimal): -10190949 or 10190692. OLE color: 10190692.

HSL color Cylindrical-coordinate representation of color #647F9B: hue angle of 210.55º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #647F9B is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB100127155-
CMYK0.350.1800.39
HSL210.55º21.57%50%-
HSV(B)210.55º35.48%60.78%-
XYZ18.7620.2533.93-
YUV122.12146.55112.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.18%
GREEN value IS 127 (50% from 255) = 33.25%
BLUE value IS 155 (60.94% from 255) = 40.58%
R=26.18%
G=33.25%
B=40.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1001271550.350.1800.39210.5521.5750
Hex647F9B2312027d31632
Octal14417723343220473232662
Binary11001001111111100110111000111001001001111101001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #647F9B; }

 p { color: rgb(100,127,155); }

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

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

 a { background-color: rgb(100,127,155); }

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

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

 span { border-color: rgb(100,127,155); }

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