#657D93

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

Shades of Slate Grey #657D93

Tints of Slate Grey #657D93

Color information

#657D93 (or 0x657D93) is unknown color: approx Slate Grey. HEX triplet: 65, 7D and 93. RGB value is (101,125,147). Sum of RGB (Red+Green+Blue) = 101+125+147=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 125 (49.22% from 255 or 33.51% from 373); Blue value is 147 (57.81% from 255 or 39.41% from 373); Max value from RGB is 147 - color contains mainly: blue. Hex color #657D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657D93 is #9A826C. Grayscale: #787878. Windows color (decimal): -10125933 or 9665893. OLE color: 9665893.

HSL color Cylindrical-coordinate representation of color #657D93: hue angle of 208.7º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #657D93 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB101125147-
CMYK0.310.1500.42
HSL208.7º18.55%48.63%-
HSV(B)208.7º31.29%57.65%-
XYZ17.9719.5430.43-
YUV120.33143.05114.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.08%
GREEN value IS 125 (49.22% from 255) = 33.51%
BLUE value IS 147 (57.81% from 255) = 39.41%
R=27.08%
G=33.51%
B=39.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011251470.310.1500.42208.718.5548.63
Hex657D931FF02Ad11331
Octal14517522337170523212361
Binary110010111111011001001111111111101010101101000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,125,147); }

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

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

 a { background-color: rgb(101,125,147); }

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

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

 span { border-color: rgb(101,125,147); }

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