#647D9B

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

Shades of Slate Grey #647D9B

Tints of Slate Grey #647D9B

Color information

#647D9B (or 0x647D9B) is unknown color: approx Slate Grey. HEX triplet: 64, 7D and 9B. RGB value is (100,125,155). Sum of RGB (Red+Green+Blue) = 100+125+155=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 155 - color contains mainly: blue. Hex color #647D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647D9B is #9B8264. Grayscale: #787878. Windows color (decimal): -10191461 or 10190180. OLE color: 10190180.

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

Color convert

RGB100125155-
CMYK0.350.1900.39
HSL212.73º21.57%50%-
HSV(B)212.73º35.48%60.78%-
XYZ18.5119.7433.85-
YUV120.94147.22113.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.32%
GREEN value IS 125 (49.22% from 255) = 32.89%
BLUE value IS 155 (60.94% from 255) = 40.79%
R=26.32%
G=32.89%
B=40.79%

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
Decimal1001251550.350.1900.39212.7321.5750
Hex647D9B2313027d51632
Octal14417523343230473252662
Binary11001001111101100110111000111001101001111101010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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