#647E9B

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

Shades of Slate Grey #647E9B

Tints of Slate Grey #647E9B

Color information

#647E9B (or 0x647E9B) is unknown color: approx Slate Grey. HEX triplet: 64, 7E and 9B. RGB value is (100,126,155). Sum of RGB (Red+Green+Blue) = 100+126+155=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 155 - color contains mainly: blue. Hex color #647E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647E9B is #9B8164. Grayscale: #797979. Windows color (decimal): -10191205 or 10190436. OLE color: 10190436.

HSL color Cylindrical-coordinate representation of color #647E9B: hue angle of 211.64º 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 #647E9B is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB100126155-
CMYK0.350.1900.39
HSL211.64º21.57%50%-
HSV(B)211.64º35.48%60.78%-
XYZ18.632033.89-
YUV121.53146.89112.64-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.25%
GREEN value IS 126 (49.61% from 255) = 33.07%
BLUE value IS 155 (60.94% from 255) = 40.68%
R=26.25%
G=33.07%
B=40.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1001261550.350.1900.39211.6421.5750
Hex647E9B2313027d41632
Octal14417623343230473242662
Binary11001001111110100110111000111001101001111101010010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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