#657A97

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

Shades of Slate Grey #657A97

Tints of Slate Grey #657A97

Color information

#657A97 (or 0x657A97) is unknown color: approx Slate Grey. HEX triplet: 65, 7A and 97. RGB value is (101,122,151). Sum of RGB (Red+Green+Blue) = 101+122+151=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 151 (59.38% from 255 or 40.37% from 374); Max value from RGB is 151 - color contains mainly: blue. Hex color #657A97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657A97 is #9A8568. Grayscale: #767676. Windows color (decimal): -10126697 or 9927269. OLE color: 9927269.

HSL color Cylindrical-coordinate representation of color #657A97: hue angle of 214.8º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #657A97 is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB101122151-
CMYK0.330.1900.41
HSL214.8º19.84%49.41%-
HSV(B)214.8º33.11%59.22%-
XYZ17.9118.9231.99-
YUV119.03146.04115.14-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.01%
GREEN value IS 122 (48.05% from 255) = 32.62%
BLUE value IS 151 (59.38% from 255) = 40.37%
R=27.01%
G=32.62%
B=40.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1011221510.330.1900.41214.819.8449.41
Hex657A972113029d71431
Octal14517222741230513272461
Binary11001011111010100101111000011001101010011101011110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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