Html Css Color HEX #657C95 Slate Grey

📋 copy color: '#657C95'

red 101 ◦ green 124 ◦ blue 149

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

Shades of Slate Grey #657C95

Tints of Slate Grey #657C95

RGB

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

 GREEN value IS 124 (48.83% from 255) = 33.16%

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

R = 27.01%
G = 33.16%
B = 39.84%

CMYK

 C value IS 0.32

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#657C95 (or 0x657C95) is known color: Slate Grey. HEX triplet: 65, 7C and 95. RGB value is (101,124,149). Sum of RGB (Red+Green+Blue) = 101+124+149=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 124 (48.83% from 255 or 33.16% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 149 - color contains mainly: blue. Hex color #657C95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657C95 is #9A836A. Grayscale: #777777. Windows color (decimal): -10126187 or 9796709. OLE color: 9796709.

HSL color Cylindrical-coordinate representation of color #657C95: hue angle of 211.25º 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 #657C95 is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 124 149 -
CMYK 0.32 0.17 0 0.42
HSL 211.25º 0.19% 0.49% -
HSV(B) 211.25º 0.32% 0.58% -
XYZ 18 19.35 31.22 -
YUV 119.97 144.38 114.47 -
System Red Green Blue C M Y K H S L
Decimal 101 124 149 0.32 0.17 0 0.42 211.25 0.19 0.49
Hex 65 7C 95 20 11 0 2A D3 13 31
Octal 145 174 225 40 21 0 52 323 23 61
Binary 1100101 1111100 10010101 100000 10001 0 101010 11010011 10011 110001

Color Harmonies of #657C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657C95

Black with #657C95

Text Example


Text Example

White with #657C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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