Html Css Color HEX #657D95 Slate Grey

📋 copy color: '#657D95'

red 101 ◦ green 125 ◦ blue 149

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

Shades of Slate Grey #657D95

Tints of Slate Grey #657D95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.73%

R = 26.93%
G = 33.33%
B = 39.73%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#657D95 (or 0x657D95) is known color: Slate Grey. HEX triplet: 65, 7D and 95. RGB value is (101,125,149). Sum of RGB (Red+Green+Blue) = 101+125+149=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 149 (58.59% from 255 or 39.73% from 375); Max value from RGB is 149 - color contains mainly: blue. Hex color #657D95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657D95 is #9A826A. Grayscale: #787878. Windows color (decimal): -10125931 or 9796965. OLE color: 9796965.

HSL color Cylindrical-coordinate representation of color #657D95: hue angle of 210º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #657D95 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 125 149 -
CMYK 0.32 0.16 0 0.42
HSL 210º 0.19% 0.49% -
HSV(B) 210º 0.32% 0.58% -
XYZ 18.13 19.6 31.26 -
YUV 120.56 144.05 114.05 -
System Red Green Blue C M Y K H S L
Decimal 101 125 149 0.32 0.16 0 0.42 210 0.19 0.49
Hex 65 7D 95 20 10 0 2A D2 13 31
Octal 145 175 225 40 20 0 52 322 23 61
Binary 1100101 1111101 10010101 100000 10000 0 101010 11010010 10011 110001

Color Harmonies of #657D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657D95

Black with #657D95

Text Example


Text Example

White with #657D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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