Html Css Color HEX #657D94 Slate Grey

📋 copy color: '#657D94'

red 101 ◦ green 125 ◦ blue 148

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

Shades of Slate Grey #657D94

Tints of Slate Grey #657D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.57%

R = 27.01%
G = 33.42%
B = 39.57%

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

#657D94 (or 0x657D94) is known color: Slate Grey. HEX triplet: 65, 7D and 94. RGB value is (101,125,148). Sum of RGB (Red+Green+Blue) = 101+125+148=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 148 (58.20% from 255 or 39.57% from 374); Max value from RGB is 148 - color contains mainly: blue. Hex color #657D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657D94 is #9A826B. Grayscale: #787878. Windows color (decimal): -10125932 or 9731429. OLE color: 9731429.

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

Color convert

RGB 101 125 148 -
CMYK 0.32 0.16 0 0.42
HSL 209.36º 0.19% 0.49% -
HSV(B) 209.36º 0.32% 0.58% -
XYZ 18.05 19.57 30.84 -
YUV 120.45 143.55 114.13 -
System Red Green Blue C M Y K H S L
Decimal 101 125 148 0.32 0.16 0 0.42 209.36 0.19 0.49
Hex 65 7D 94 20 10 0 2A D1 13 31
Octal 145 175 224 40 20 0 52 321 23 61
Binary 1100101 1111101 10010100 100000 10000 0 101010 11010001 10011 110001

Color Harmonies of #657D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657D94

Black with #657D94

Text Example


Text Example

White with #657D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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