#647D9F

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

Shades of Slate Grey #647D9F

Tints of Slate Grey #647D9F

Color information

#647D9F (or 0x647D9F) is unknown color: approx Slate Grey. HEX triplet: 64, 7D and 9F. RGB value is (100,125,159). Sum of RGB (Red+Green+Blue) = 100+125+159=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 159 - color contains mainly: blue. Hex color #647D9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647D9F is #9B8260. Grayscale: #797979. Windows color (decimal): -10191457 or 10452324. OLE color: 10452324.

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

Color convert

RGB100125159-
CMYK0.370.2100.38
HSL214.58º23.51%50.78%-
HSV(B)214.58º37.11%62.35%-
XYZ18.8519.8835.64-
YUV121.4149.22112.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.04%
GREEN value IS 125 (49.22% from 255) = 32.55%
BLUE value IS 159 (62.5% from 255) = 41.41%
R=26.04%
G=32.55%
B=41.41%

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
Decimal1001251590.370.2100.38214.5823.5150.78
Hex647D9F2515026d71833
Octal14417523745250463273063
Binary11001001111101100111111001011010101001101101011111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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