#647C94

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

Shades of Slate Grey #647C94

Tints of Slate Grey #647C94

Color information

#647C94 (or 0x647C94) is unknown color: approx Slate Grey. HEX triplet: 64, 7C and 94. RGB value is (100,124,148). Sum of RGB (Red+Green+Blue) = 100+124+148=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 148 (58.20% from 255 or 39.78% from 372); Max value from RGB is 148 - color contains mainly: blue. Hex color #647C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647C94 is #9B836B. Grayscale: #777777. Windows color (decimal): -10191724 or 9731172. OLE color: 9731172.

HSL color Cylindrical-coordinate representation of color #647C94: hue angle of 210º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #647C94 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB100124148-
CMYK0.320.1600.42
HSL210º19.35%48.63%-
HSV(B)210º32.43%58.04%-
XYZ17.8119.2630.8-
YUV119.56144.05114.05-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.88%
GREEN value IS 124 (48.83% from 255) = 33.33%
BLUE value IS 148 (58.20% from 255) = 39.78%
R=26.88%
G=33.33%
B=39.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001241480.320.1600.4221019.3548.63
Hex647C94201002Ad21331
Octal14417422440200523222361
Binary11001001111100100101001000001000001010101101001010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,124,148); }

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

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

 a { background-color: rgb(100,124,148); }

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

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

 span { border-color: rgb(100,124,148); }

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