#657A95

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

Shades of Slate Grey #657A95

Tints of Slate Grey #657A95

Color information

#657A95 (or 0x657A95) is unknown color: approx Slate Grey. HEX triplet: 65, 7A and 95. RGB value is (101,122,149). Sum of RGB (Red+Green+Blue) = 101+122+149=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 122 (48.05% from 255 or 32.80% 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 #657A95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657A95 is #9A856A. Grayscale: #767676. Windows color (decimal): -10126699 or 9796197. OLE color: 9796197.

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

Color convert

RGB101122149-
CMYK0.320.1800.42
HSL213.75º19.2%49.02%-
HSV(B)213.75º32.21%58.43%-
XYZ17.7518.8631.14-
YUV118.8145.04115.3-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.15%
GREEN value IS 122 (48.05% from 255) = 32.80%
BLUE value IS 149 (58.59% from 255) = 40.05%
R=27.15%
G=32.80%
B=40.05%

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
Decimal1011221490.320.1800.42213.7519.249.02
Hex657A95201202Ad61331
Octal14517222540220523262361
Binary11001011111010100101011000001001001010101101011010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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