#647C95

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

Shades of Slate Grey #647C95

Tints of Slate Grey #647C95

Color information

#647C95 (or 0x647C95) is unknown color: approx Slate Grey. HEX triplet: 64, 7C and 95. RGB value is (100,124,149). Sum of RGB (Red+Green+Blue) = 100+124+149=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 149 (58.59% from 255 or 39.95% from 373); Max value from RGB is 149 - color contains mainly: blue. Hex color #647C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647C95 is #9B836A. Grayscale: #777777. Windows color (decimal): -10191723 or 9796708. OLE color: 9796708.

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

Color convert

RGB100124149-
CMYK0.330.1700.42
HSL210.61º19.68%48.82%-
HSV(B)210.61º32.89%58.43%-
XYZ17.8919.2931.22-
YUV119.67144.55113.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.81%
GREEN value IS 124 (48.83% from 255) = 33.24%
BLUE value IS 149 (58.59% from 255) = 39.95%
R=26.81%
G=33.24%
B=39.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001241490.330.1700.42210.6119.6848.82
Hex647C95211102Ad31431
Octal14417422541210523232461
Binary11001001111100100101011000011000101010101101001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647C95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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