Html Css Color HEX #657B9D Slate Grey

📋 copy color: '#657B9D'

red 101 ◦ green 123 ◦ blue 157

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

Shades of Slate Grey #657B9D

Tints of Slate Grey #657B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.21%

R = 26.51%
G = 32.28%
B = 41.21%

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

#657B9D (or 0x657B9D) is known color: Slate Grey. HEX triplet: 65, 7B and 9D. RGB value is (101,123,157). Sum of RGB (Red+Green+Blue) = 101+123+157=381 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.51% from 381); Green value is 123 (48.44% from 255 or 32.28% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 157 - color contains mainly: blue. Hex color #657B9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657B9D is #9A8462. Grayscale: #787878. Windows color (decimal): -10126435 or 10320741. OLE color: 10320741.

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

Color convert

RGB 101 123 157 -
CMYK 0.36 0.22 0 0.38
HSL 216.43º 0.22% 0.51% -
HSV(B) 216.43º 0.36% 0.62% -
XYZ 18.54 19.37 34.66 -
YUV 120.3 148.71 114.24 -
System Red Green Blue C M Y K H S L
Decimal 101 123 157 0.36 0.22 0 0.38 216.43 0.22 0.51
Hex 65 7B 9D 24 16 0 26 D8 16 33
Octal 145 173 235 44 26 0 46 330 26 63
Binary 1100101 1111011 10011101 100100 10110 0 100110 11011000 10110 110011

Color Harmonies of #657B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657B9D

Black with #657B9D

Text Example


Text Example

White with #657B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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