Html Css Color HEX #657E9B Slate Grey

📋 copy color: '#657E9B'

red 101 ◦ green 126 ◦ blue 155

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

Shades of Slate Grey #657E9B

Tints of Slate Grey #657E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.58%

R = 26.44%
G = 32.98%
B = 40.58%

CMYK

 C value IS 0.35

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#657E9B (or 0x657E9B) is known color: Slate Grey. HEX triplet: 65, 7E and 9B. RGB value is (101,126,155). Sum of RGB (Red+Green+Blue) = 101+126+155=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 155 (60.94% from 255 or 40.58% from 382); Max value from RGB is 155 - color contains mainly: blue. Hex color #657E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657E9B is #9A8164. Grayscale: #797979. Windows color (decimal): -10125669 or 10190437. OLE color: 10190437.

HSL color Cylindrical-coordinate representation of color #657E9B: hue angle of 212.22º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #657E9B is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 101 126 155 -
CMYK 0.35 0.19 0 0.39
HSL 212.22º 0.21% 0.5% -
HSV(B) 212.22º 0.35% 0.61% -
XYZ 18.74 20.05 33.89 -
YUV 121.83 146.72 113.14 -
System Red Green Blue C M Y K H S L
Decimal 101 126 155 0.35 0.19 0 0.39 212.22 0.21 0.5
Hex 65 7E 9B 23 13 0 27 D4 15 32
Octal 145 176 233 43 23 0 47 324 25 62
Binary 1100101 1111110 10011011 100011 10011 0 100111 11010100 10101 110010

Color Harmonies of #657E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657E9B

Black with #657E9B

Text Example


Text Example

White with #657E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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