#647F9E

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

Shades of Slate Grey #647F9E

Tints of Slate Grey #647F9E

Color information

#647F9E (or 0x647F9E) is unknown color: approx Slate Grey. HEX triplet: 64, 7F and 9E. RGB value is (100,127,158). Sum of RGB (Red+Green+Blue) = 100+127+158=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 158 - color contains mainly: blue. Hex color #647F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647F9E is #9B8061. Grayscale: #7A7A7A. Windows color (decimal): -10190946 or 10387300. OLE color: 10387300.

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

Color convert

RGB100127158-
CMYK0.370.2000.38
HSL212.07º23.02%50.59%-
HSV(B)212.07º36.71%61.96%-
XYZ19.0220.3635.27-
YUV122.46148.05111.98-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.97%
GREEN value IS 127 (50% from 255) = 32.99%
BLUE value IS 158 (62.11% from 255) = 41.04%
R=25.97%
G=32.99%
B=41.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001271580.370.2000.38212.0723.0250.59
Hex647F9E2514026d41733
Octal14417723645240463242763
Binary11001001111111100111101001011010001001101101010010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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