Html Css Color HEX #657D9F Slate Grey

📋 copy color: '#657D9F'

red 101 ◦ green 125 ◦ blue 159

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

Shades of Slate Grey #657D9F

Tints of Slate Grey #657D9F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.47%

 BLUE value IS 159 (62.5% from 255) = 41.3%

R = 26.23%
G = 32.47%
B = 41.3%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#657D9F (or 0x657D9F) is known color: Slate Grey. HEX triplet: 65, 7D and 9F. RGB value is (101,125,159). Sum of RGB (Red+Green+Blue) = 101+125+159=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 159 - color contains mainly: blue. Hex color #657D9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657D9F is #9A8260. Grayscale: #797979. Windows color (decimal): -10125921 or 10452325. OLE color: 10452325.

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

Color convert

RGB 101 125 159 -
CMYK 0.36 0.21 0 0.38
HSL 215.17º 0.23% 0.51% -
HSV(B) 215.17º 0.36% 0.62% -
XYZ 18.96 19.94 35.65 -
YUV 121.7 149.05 113.24 -
System Red Green Blue C M Y K H S L
Decimal 101 125 159 0.36 0.21 0 0.38 215.17 0.23 0.51
Hex 65 7D 9F 24 15 0 26 D7 17 33
Octal 145 175 237 44 25 0 46 327 27 63
Binary 1100101 1111101 10011111 100100 10101 0 100110 11010111 10111 110011

Color Harmonies of #657D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657D9F

Black with #657D9F

Text Example


Text Example

White with #657D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,125,159); }

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

background-color css

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

 a { background-color: rgb(101,125,159); }

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

border-color css

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

 span { border-color: rgb(101,125,159); }

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