#657C9B

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

Shades of Slate Grey #657C9B

Tints of Slate Grey #657C9B

Color information

#657C9B (or 0x657C9B) is unknown color: approx Slate Grey. HEX triplet: 65, 7C and 9B. RGB value is (101,124,155). Sum of RGB (Red+Green+Blue) = 101+124+155=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 155 - color contains mainly: blue. Hex color #657C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657C9B is #9A8364. Grayscale: #787878. Windows color (decimal): -10126181 or 10189925. OLE color: 10189925.

HSL color Cylindrical-coordinate representation of color #657C9B: hue angle of 214.44º 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 #657C9B is Cyan = 0.35, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB101124155-
CMYK0.350.200.39
HSL214.44º21.26%50.2%-
HSV(B)214.44º34.84%60.78%-
XYZ18.4919.5533.81-
YUV120.66147.38113.98-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.58%
GREEN value IS 124 (48.83% from 255) = 32.63%
BLUE value IS 155 (60.94% from 255) = 40.79%
R=26.58%
G=32.63%
B=40.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1011241550.350.200.39214.4421.2650.2
Hex657C9B2314027d61532
Octal14517423343240473262562
Binary11001011111100100110111000111010001001111101011010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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