#657D9B

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

Shades of Slate Grey #657D9B

Tints of Slate Grey #657D9B

Color information

#657D9B (or 0x657D9B) is unknown color: approx Slate Grey. HEX triplet: 65, 7D and 9B. RGB value is (101,125,155). Sum of RGB (Red+Green+Blue) = 101+125+155=381 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.51% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 155 (60.94% from 255 or 40.68% from 381); Max value from RGB is 155 - color contains mainly: blue. Hex color #657D9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657D9B is #9A8264. Grayscale: #797979. Windows color (decimal): -10125925 or 10190181. OLE color: 10190181.

HSL color Cylindrical-coordinate representation of color #657D9B: hue angle of 213.33º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #657D9B is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB101125155-
CMYK0.350.1900.39
HSL213.33º21.26%50.2%-
HSV(B)213.33º34.84%60.78%-
XYZ18.6219.833.85-
YUV121.24147.05113.56-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.51%
GREEN value IS 125 (49.22% from 255) = 32.81%
BLUE value IS 155 (60.94% from 255) = 40.68%
R=26.51%
G=32.81%
B=40.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1011251550.350.1900.39213.3321.2650.2
Hex657D9B2313027d51532
Octal14517523343230473252562
Binary11001011111101100110111000111001101001111101010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,125,155); }

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

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

 a { background-color: rgb(101,125,155); }

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

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

 span { border-color: rgb(101,125,155); }

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