#657B9B

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

Shades of Slate Grey #657B9B

Tints of Slate Grey #657B9B

Color information

#657B9B (or 0x657B9B) is unknown color: approx Slate Grey. HEX triplet: 65, 7B and 9B. RGB value is (101,123,155). Sum of RGB (Red+Green+Blue) = 101+123+155=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 155 - color contains mainly: blue. Hex color #657B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657B9B is #9A8464. Grayscale: #777777. Windows color (decimal): -10126437 or 10189669. OLE color: 10189669.

HSL color Cylindrical-coordinate representation of color #657B9B: hue angle of 215.56º 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 #657B9B is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB101123155-
CMYK0.350.2100.39
HSL215.56º21.26%50.2%-
HSV(B)215.56º34.84%60.78%-
XYZ18.3719.333.77-
YUV120.07147.71114.4-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.65%
GREEN value IS 123 (48.44% from 255) = 32.45%
BLUE value IS 155 (60.94% from 255) = 40.90%
R=26.65%
G=32.45%
B=40.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1011231550.350.2100.39215.5621.2650.2
Hex657B9B2315027d81532
Octal14517323343250473302562
Binary11001011111011100110111000111010101001111101100010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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