#657FA0

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

Shades of Slate Grey #657FA0

Tints of Slate Grey #657FA0

Color information

#657FA0 (or 0x657FA0) is unknown color: approx Slate Grey. HEX triplet: 65, 7F and A0. RGB value is (101,127,160). Sum of RGB (Red+Green+Blue) = 101+127+160=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 160 (62.89% from 255 or 41.24% from 388); Max value from RGB is 160 - color contains mainly: blue. Hex color #657FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657FA0 is #9A805F. Grayscale: #7A7A7A. Windows color (decimal): -10125408 or 10518373. OLE color: 10518373.

HSL color Cylindrical-coordinate representation of color #657FA0: hue angle of 213.56º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #657FA0 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB101127160-
CMYK0.370.2100.37
HSL213.56º23.69%51.18%-
HSV(B)213.56º36.88%62.75%-
XYZ19.320.4836.19-
YUV122.99148.89112.32-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.03%
GREEN value IS 127 (50% from 255) = 32.73%
BLUE value IS 160 (62.89% from 255) = 41.24%
R=26.03%
G=32.73%
B=41.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1011271600.370.2100.37213.5623.6951.18
Hex657FA02515025d61833
Octal14517724045250453263063
Binary11001011111111101000001001011010101001011101011011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,127,160); }

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

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

 a { background-color: rgb(101,127,160); }

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

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

 span { border-color: rgb(101,127,160); }

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