Html Css Color HEX #657E97 Slate Grey

📋 copy color: '#657E97'

red 101 ◦ green 126 ◦ blue 151

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

Shades of Slate Grey #657E97

Tints of Slate Grey #657E97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.95%

R = 26.72%
G = 33.33%
B = 39.95%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#657E97 (or 0x657E97) is known color: Slate Grey. HEX triplet: 65, 7E and 97. RGB value is (101,126,151). Sum of RGB (Red+Green+Blue) = 101+126+151=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 151 (59.38% from 255 or 39.95% from 378); Max value from RGB is 151 - color contains mainly: blue. Hex color #657E97 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657E97 is #9A8168. Grayscale: #797979. Windows color (decimal): -10125673 or 9928293. OLE color: 9928293.

HSL color Cylindrical-coordinate representation of color #657E97: hue angle of 210º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #657E97 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 126 151 -
CMYK 0.33 0.17 0 0.41
HSL 210º 0.2% 0.49% -
HSV(B) 210º 0.33% 0.59% -
XYZ 18.41 19.92 32.15 -
YUV 121.38 144.72 113.47 -
System Red Green Blue C M Y K H S L
Decimal 101 126 151 0.33 0.17 0 0.41 210 0.2 0.49
Hex 65 7E 97 21 11 0 29 D2 14 31
Octal 145 176 227 41 21 0 51 322 24 61
Binary 1100101 1111110 10010111 100001 10001 0 101001 11010010 10100 110001

Color Harmonies of #657E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657E97

Black with #657E97

Text Example


Text Example

White with #657E97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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