#647D9E

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

Shades of Slate Grey #647D9E

Tints of Slate Grey #647D9E

Color information

#647D9E (or 0x647D9E) is unknown color: approx Slate Grey. HEX triplet: 64, 7D and 9E. RGB value is (100,125,158). Sum of RGB (Red+Green+Blue) = 100+125+158=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 158 (62.11% from 255 or 41.25% from 383); Max value from RGB is 158 - color contains mainly: blue. Hex color #647D9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647D9E is #9B8261. Grayscale: #797979. Windows color (decimal): -10191458 or 10386788. OLE color: 10386788.

HSL color Cylindrical-coordinate representation of color #647D9E: hue angle of 214.14º 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 #647D9E is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB100125158-
CMYK0.370.2100.38
HSL214.14º23.02%50.59%-
HSV(B)214.14º36.71%61.96%-
XYZ18.7619.8535.19-
YUV121.29148.72112.82-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.11%
GREEN value IS 125 (49.22% from 255) = 32.64%
BLUE value IS 158 (62.11% from 255) = 41.25%
R=26.11%
G=32.64%
B=41.25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001251580.370.2100.38214.1423.0250.59
Hex647D9E2515026d61733
Octal14417523645250463262763
Binary11001001111101100111101001011010101001101101011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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