#647A95

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

Shades of Slate Grey #647A95

Tints of Slate Grey #647A95

Color information

#647A95 (or 0x647A95) is unknown color: approx Slate Grey. HEX triplet: 64, 7A and 95. RGB value is (100,122,149). Sum of RGB (Red+Green+Blue) = 100+122+149=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 122 (48.05% from 255 or 32.88% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 149 - color contains mainly: blue. Hex color #647A95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647A95 is #9B856A. Grayscale: #767676. Windows color (decimal): -10192235 or 9796196. OLE color: 9796196.

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

Color convert

RGB100122149-
CMYK0.330.1800.42
HSL213.06º19.68%48.82%-
HSV(B)213.06º32.89%58.43%-
XYZ17.6418.831.13-
YUV118.5145.21114.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.95%
GREEN value IS 122 (48.05% from 255) = 32.88%
BLUE value IS 149 (58.59% from 255) = 40.16%
R=26.95%
G=32.88%
B=40.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001221490.330.1800.42213.0619.6848.82
Hex647A95211202Ad51431
Octal14417222541220523252461
Binary11001001111010100101011000011001001010101101010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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