#657B90

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

Shades of Slate Grey #657B90

Tints of Slate Grey #657B90

Color information

#657B90 (or 0x657B90) is unknown color: approx Slate Grey. HEX triplet: 65, 7B and 90. RGB value is (101,123,144). Sum of RGB (Red+Green+Blue) = 101+123+144=368 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.45% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 144 - color contains mainly: blue. Hex color #657B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657B90 is #9A846F. Grayscale: #767676. Windows color (decimal): -10126448 or 9468773. OLE color: 9468773.

HSL color Cylindrical-coordinate representation of color #657B90: hue angle of 209.3º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #657B90 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB101123144-
CMYK0.300.1500.44
HSL209.3º17.55%48.04%-
HSV(B)209.3º29.86%56.47%-
XYZ17.4818.9529.12-
YUV118.82142.21115.29-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 27.45%
GREEN value IS 123 (48.44% from 255) = 33.42%
BLUE value IS 144 (56.64% from 255) = 39.13%
R=27.45%
G=33.42%
B=39.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1011231440.300.1500.44209.317.5548.04
Hex657B901EF02Cd11230
Octal14517322036170543212260
Binary110010111110111001000011110111101011001101000110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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