#657A98

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

Shades of Slate Grey #657A98

Tints of Slate Grey #657A98

Color information

#657A98 (or 0x657A98) is unknown color: approx Slate Grey. HEX triplet: 65, 7A and 98. RGB value is (101,122,152). Sum of RGB (Red+Green+Blue) = 101+122+152=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 152 - color contains mainly: blue. Hex color #657A98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657A98 is #9A8567. Grayscale: #767676. Windows color (decimal): -10126696 or 9992805. OLE color: 9992805.

HSL color Cylindrical-coordinate representation of color #657A98: hue angle of 215.29º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #657A98 is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB101122152-
CMYK0.340.2000.40
HSL215.29º20.16%49.61%-
HSV(B)215.29º33.55%59.61%-
XYZ17.9918.9532.42-
YUV119.14146.54115.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.93%
GREEN value IS 122 (48.05% from 255) = 32.53%
BLUE value IS 152 (59.77% from 255) = 40.53%
R=26.93%
G=32.53%
B=40.53%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1011221520.340.2000.40215.2920.1649.61
Hex657A982214028d71432
Octal14517223042240503272462
Binary11001011111010100110001000101010001010001101011110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,122,152); }

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

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

 a { background-color: rgb(101,122,152); }

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

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

 span { border-color: rgb(101,122,152); }

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