#647F9D

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

Shades of Slate Grey #647F9D

Tints of Slate Grey #647F9D

Color information

#647F9D (or 0x647F9D) is unknown color: approx Slate Grey. HEX triplet: 64, 7F and 9D. RGB value is (100,127,157). Sum of RGB (Red+Green+Blue) = 100+127+157=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 157 - color contains mainly: blue. Hex color #647F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647F9D is #9B8062. Grayscale: #7A7A7A. Windows color (decimal): -10190947 or 10321764. OLE color: 10321764.

HSL color Cylindrical-coordinate representation of color #647F9D: hue angle of 211.58º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #647F9D is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB100127157-
CMYK0.360.1900.38
HSL211.58º22.53%50.39%-
HSV(B)211.58º36.31%61.57%-
XYZ18.9320.3234.82-
YUV122.35147.55112.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.04%
GREEN value IS 127 (50% from 255) = 33.07%
BLUE value IS 157 (61.72% from 255) = 40.89%
R=26.04%
G=33.07%
B=40.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001271570.360.1900.38211.5822.5350.39
Hex647F9D2413026d41732
Octal14417723544230463242762
Binary11001001111111100111011001001001101001101101010010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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