#657E94

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

Shades of Slate Grey #657E94

Tints of Slate Grey #657E94

Color information

#657E94 (or 0x657E94) is unknown color: approx Slate Grey. HEX triplet: 65, 7E and 94. RGB value is (101,126,148). Sum of RGB (Red+Green+Blue) = 101+126+148=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 126 (49.61% from 255 or 33.6% from 375); Blue value is 148 (58.20% from 255 or 39.47% from 375); Max value from RGB is 148 - color contains mainly: blue. Hex color #657E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657E94 is #9A816B. Grayscale: #787878. Windows color (decimal): -10125676 or 9731685. OLE color: 9731685.

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

Color convert

RGB101126148-
CMYK0.320.1500.42
HSL208.09º18.88%48.82%-
HSV(B)208.09º31.76%58.04%-
XYZ18.1719.8330.89-
YUV121.03143.22113.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.93%
GREEN value IS 126 (49.61% from 255) = 33.6%
BLUE value IS 148 (58.20% from 255) = 39.47%
R=26.93%
G=33.6%
B=39.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011261480.320.1500.42208.0918.8848.82
Hex657E9420F02Ad01331
Octal14517622440170523202361
Binary1100101111111010010100100000111101010101101000010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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