#657B93

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

Shades of Slate Grey #657B93

Tints of Slate Grey #657B93

Color information

#657B93 (or 0x657B93) is unknown color: approx Slate Grey. HEX triplet: 65, 7B and 93. RGB value is (101,123,147). Sum of RGB (Red+Green+Blue) = 101+123+147=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 147 - color contains mainly: blue. Hex color #657B93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657B93 is #9A846C. Grayscale: #777777. Windows color (decimal): -10126445 or 9665381. OLE color: 9665381.

HSL color Cylindrical-coordinate representation of color #657B93: hue angle of 211.3º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #657B93 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB101123147-
CMYK0.310.1600.42
HSL211.3º18.55%48.63%-
HSV(B)211.3º31.29%57.65%-
XYZ17.7219.0430.34-
YUV119.16143.71115.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.22%
GREEN value IS 123 (48.44% from 255) = 33.15%
BLUE value IS 147 (57.81% from 255) = 39.62%
R=27.22%
G=33.15%
B=39.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011231470.310.1600.42211.318.5548.63
Hex657B931F1002Ad31331
Octal14517322337200523232361
Binary1100101111101110010011111111000001010101101001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,123,147); }

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

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

 a { background-color: rgb(101,123,147); }

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

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

 span { border-color: rgb(101,123,147); }

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