#657F9B

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

Shades of Slate Grey #657F9B

Tints of Slate Grey #657F9B

Color information

#657F9B (or 0x657F9B) is unknown color: approx Slate Grey. HEX triplet: 65, 7F and 9B. RGB value is (101,127,155). Sum of RGB (Red+Green+Blue) = 101+127+155=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 127 (50% from 255 or 33.16% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 155 - color contains mainly: blue. Hex color #657F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657F9B is #9A8064. Grayscale: #7A7A7A. Windows color (decimal): -10125413 or 10190693. OLE color: 10190693.

HSL color Cylindrical-coordinate representation of color #657F9B: hue angle of 211.11º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #657F9B is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB101127155-
CMYK0.350.1800.39
HSL211.11º21.26%50.2%-
HSV(B)211.11º34.84%60.78%-
XYZ18.8720.3133.94-
YUV122.42146.39112.72-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.37%
GREEN value IS 127 (50% from 255) = 33.16%
BLUE value IS 155 (60.94% from 255) = 40.47%
R=26.37%
G=33.16%
B=40.47%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1011271550.350.1800.39211.1121.2650.2
Hex657F9B2312027d31532
Octal14517723343220473232562
Binary11001011111111100110111000111001001001111101001110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657F9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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