#657B94

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

Shades of Slate Grey #657B94

Tints of Slate Grey #657B94

Color information

#657B94 (or 0x657B94) is unknown color: approx Slate Grey. HEX triplet: 65, 7B and 94. RGB value is (101,123,148). Sum of RGB (Red+Green+Blue) = 101+123+148=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 148 (58.20% from 255 or 39.78% from 372); Max value from RGB is 148 - color contains mainly: blue. Hex color #657B94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657B94 is #9A846B. Grayscale: #777777. Windows color (decimal): -10126444 or 9730917. OLE color: 9730917.

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

Color convert

RGB101123148-
CMYK0.320.1700.42
HSL211.91º18.88%48.82%-
HSV(B)211.91º31.76%58.04%-
XYZ17.819.0730.76-
YUV119.27144.21114.97-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.15%
GREEN value IS 123 (48.44% from 255) = 33.06%
BLUE value IS 148 (58.20% from 255) = 39.78%
R=27.15%
G=33.06%
B=39.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011231480.320.1700.42211.9118.8848.82
Hex657B94201102Ad41331
Octal14517322440210523242361
Binary11001011111011100101001000001000101010101101010010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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