#657C94

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

Shades of Slate Grey #657C94

Tints of Slate Grey #657C94

Color information

#657C94 (or 0x657C94) is unknown color: approx Slate Grey. HEX triplet: 65, 7C and 94. RGB value is (101,124,148). Sum of RGB (Red+Green+Blue) = 101+124+148=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 148 - color contains mainly: blue. Hex color #657C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657C94 is #9A836B. Grayscale: #777777. Windows color (decimal): -10126188 or 9731173. OLE color: 9731173.

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

Color convert

RGB101124148-
CMYK0.320.1600.42
HSL210.64º18.88%48.82%-
HSV(B)210.64º31.76%58.04%-
XYZ17.9219.3230.8-
YUV119.86143.88114.55-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.08%
GREEN value IS 124 (48.83% from 255) = 33.24%
BLUE value IS 148 (58.20% from 255) = 39.68%
R=27.08%
G=33.24%
B=39.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011241480.320.1600.42210.6418.8848.82
Hex657C94201002Ad31331
Octal14517422440200523232361
Binary11001011111100100101001000001000001010101101001110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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