#657CA3

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

Shades of Slate Grey #657CA3

Tints of Slate Grey #657CA3

Color information

#657CA3 (or 0x657CA3) is unknown color: approx Slate Grey. HEX triplet: 65, 7C and A3. RGB value is (101,124,163). Sum of RGB (Red+Green+Blue) = 101+124+163=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 124 (48.83% from 255 or 31.96% from 388); Blue value is 163 (64.06% from 255 or 42.01% from 388); Max value from RGB is 163 - color contains mainly: blue. Hex color #657CA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657CA3 is #9A835C. Grayscale: #797979. Windows color (decimal): -10126173 or 10714213. OLE color: 10714213.

HSL color Cylindrical-coordinate representation of color #657CA3: hue angle of 217.74º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #657CA3 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB101124163-
CMYK0.380.2400.36
HSL217.74º25.2%51.76%-
HSV(B)217.74º38.04%63.92%-
XYZ19.1919.8337.47-
YUV121.57151.38113.33-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.03%
GREEN value IS 124 (48.83% from 255) = 31.96%
BLUE value IS 163 (64.06% from 255) = 42.01%
R=26.03%
G=31.96%
B=42.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1011241630.380.2400.36217.7425.251.76
Hex657CA32618024da1934
Octal14517424346300443323164
Binary11001011111100101000111001101100001001001101101011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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