Html Css Color HEX #657E9E Slate Grey

📋 copy color: '#657E9E'

red 101 ◦ green 126 ◦ blue 158

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

Shades of Slate Grey #657E9E

Tints of Slate Grey #657E9E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.73%

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

R = 26.23%
G = 32.73%
B = 41.04%

CMYK

 C value IS 0.36

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#657E9E (or 0x657E9E) is known color: Slate Grey. HEX triplet: 65, 7E and 9E. RGB value is (101,126,158). Sum of RGB (Red+Green+Blue) = 101+126+158=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 126 (49.61% from 255 or 32.73% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 158 - color contains mainly: blue. Hex color #657E9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657E9E is #9A8161. Grayscale: #7A7A7A. Windows color (decimal): -10125666 or 10387045. OLE color: 10387045.

HSL color Cylindrical-coordinate representation of color #657E9E: hue angle of 213.68º 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 #657E9E is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 126 158 -
CMYK 0.36 0.20 0 0.38
HSL 213.68º 0.23% 0.51% -
HSV(B) 213.68º 0.36% 0.62% -
XYZ 19 20.16 35.24 -
YUV 122.17 148.22 112.9 -
System Red Green Blue C M Y K H S L
Decimal 101 126 158 0.36 0.20 0 0.38 213.68 0.23 0.51
Hex 65 7E 9E 24 14 0 26 D6 17 33
Octal 145 176 236 44 24 0 46 326 27 63
Binary 1100101 1111110 10011110 100100 10100 0 100110 11010110 10111 110011

Color Harmonies of #657E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657E9E

Black with #657E9E

Text Example


Text Example

White with #657E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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