Html Css Color HEX #657B9E Slate Grey

📋 copy color: '#657B9E'

red 101 ◦ green 123 ◦ blue 158

#657B9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Grey #657B9E

Tints of Slate Grey #657B9E

RGB

 RED value IS 101 (39.84% from 255) = 26.44%

 GREEN value IS 123 (48.44% from 255) = 32.2%

 BLUE value IS 158 (62.11% from 255) = 41.36%

R = 26.44%
G = 32.2%
B = 41.36%

CMYK

 C value IS 0.36

 M value IS 0.22

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#657B9E (or 0x657B9E) is known color: Slate Grey. HEX triplet: 65, 7B and 9E. RGB value is (101,123,158). Sum of RGB (Red+Green+Blue) = 101+123+158=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 158 - color contains mainly: blue. Hex color #657B9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657B9E is #9A8461. Grayscale: #787878. Windows color (decimal): -10126434 or 10386277. OLE color: 10386277.

HSL color Cylindrical-coordinate representation of color #657B9E: hue angle of 216.84º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #657B9E is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 123 158 -
CMYK 0.36 0.22 0 0.38
HSL 216.84º 0.23% 0.51% -
HSV(B) 216.84º 0.36% 0.62% -
XYZ 18.62 19.4 35.11 -
YUV 120.41 149.21 114.15 -
System Red Green Blue C M Y K H S L
Decimal 101 123 158 0.36 0.22 0 0.38 216.84 0.23 0.51
Hex 65 7B 9E 24 16 0 26 D9 17 33
Octal 145 173 236 44 26 0 46 331 27 63
Binary 1100101 1111011 10011110 100100 10110 0 100110 11011001 10111 110011

Color Harmonies of #657B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657B9E

Black with #657B9E

Text Example


Text Example

White with #657B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #657B9E;
 }
 .AnyTagClassName
 {
   color: #657B9E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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