#647B95

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

Shades of Slate Grey #647B95

Tints of Slate Grey #647B95

Color information

#647B95 (or 0x647B95) is unknown color: approx Slate Grey. HEX triplet: 64, 7B and 95. RGB value is (100,123,149). Sum of RGB (Red+Green+Blue) = 100+123+149=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 149 (58.59% from 255 or 40.05% from 372); Max value from RGB is 149 - color contains mainly: blue. Hex color #647B95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #647B95 is #9B846A. Grayscale: #767676. Windows color (decimal): -10191979 or 9796452. OLE color: 9796452.

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

Color convert

RGB100123149-
CMYK0.330.1700.42
HSL211.84º19.68%48.82%-
HSV(B)211.84º32.89%58.43%-
XYZ17.7619.0531.17-
YUV119.09144.88114.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.88%
GREEN value IS 123 (48.44% from 255) = 33.06%
BLUE value IS 149 (58.59% from 255) = 40.05%
R=26.88%
G=33.06%
B=40.05%

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
Decimal1001231490.330.1700.42211.8419.6848.82
Hex647B95211102Ad41431
Octal14417322541210523242461
Binary11001001111011100101011000011000101010101101010010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #647B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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