#647E9F

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

Shades of Slate Grey #647E9F

Tints of Slate Grey #647E9F

Color information

#647E9F (or 0x647E9F) is unknown color: approx Slate Grey. HEX triplet: 64, 7E and 9F. RGB value is (100,126,159). Sum of RGB (Red+Green+Blue) = 100+126+159=385 (50% of max value = 765). Red value is 100 (39.45% from 255 or 25.97% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 159 - color contains mainly: blue. Hex color #647E9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647E9F is #9B8160. Grayscale: #797979. Windows color (decimal): -10191201 or 10452580. OLE color: 10452580.

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

Color convert

RGB100126159-
CMYK0.370.2100.38
HSL213.56º23.51%50.78%-
HSV(B)213.56º37.11%62.35%-
XYZ18.9720.1335.69-
YUV121.99148.89112.32-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.97%
GREEN value IS 126 (49.61% from 255) = 32.73%
BLUE value IS 159 (62.5% from 255) = 41.30%
R=25.97%
G=32.73%
B=41.30%

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
Decimal1001261590.370.2100.38213.5623.5150.78
Hex647E9F2515026d61833
Octal14417623745250463263063
Binary11001001111110100111111001011010101001101101011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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