#647A94

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

Shades of Slate Grey #647A94

Tints of Slate Grey #647A94

Color information

#647A94 (or 0x647A94) is unknown color: approx Slate Grey. HEX triplet: 64, 7A and 94. RGB value is (100,122,148). Sum of RGB (Red+Green+Blue) = 100+122+148=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 148 - color contains mainly: blue. Hex color #647A94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647A94 is #9B856B. Grayscale: #767676. Windows color (decimal): -10192236 or 9730660. OLE color: 9730660.

HSL color Cylindrical-coordinate representation of color #647A94: hue angle of 212.5º 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 #647A94 is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB100122148-
CMYK0.320.1800.42
HSL212.5º19.35%48.63%-
HSV(B)212.5º32.43%58.04%-
XYZ17.5618.7730.71-
YUV118.39144.71114.89-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.03%
GREEN value IS 122 (48.05% from 255) = 32.97%
BLUE value IS 148 (58.20% from 255) = 40%
R=27.03%
G=32.97%
B=40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001221480.320.1800.42212.519.3548.63
Hex647A94201202Ad41331
Octal14417222440220523242361
Binary11001001111010100101001000001001001010101101010010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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