Html Css Color HEX #657C94 Slate Grey

📋 copy color: '#657C94'

red 101 ◦ green 124 ◦ blue 148

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

Shades of Slate Grey #657C94

Tints of Slate Grey #657C94

RGB

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

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

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

R = 27.08%
G = 33.24%
B = 39.68%

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

#657C94 (or 0x657C94) is known color: Slate Grey. HEX triplet: 65, 7C and 94. RGB value is (101,124,148). Sum of RGB (Red+Green+Blue) = 101+124+148=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 124 (48.83% from 255 or 33.24% from 373); Blue value is 148 (58.20% from 255 or 39.68% from 373); Max value from RGB is 148 - color contains mainly: blue. Hex color #657C94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657C94 is #9A836B. Grayscale: #777777. Windows color (decimal): -10126188 or 9731173. OLE color: 9731173.

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

Color convert

RGB 101 124 148 -
CMYK 0.32 0.16 0 0.42
HSL 210.64º 0.19% 0.49% -
HSV(B) 210.64º 0.32% 0.58% -
XYZ 17.92 19.32 30.8 -
YUV 119.86 143.88 114.55 -
System Red Green Blue C M Y K H S L
Decimal 101 124 148 0.32 0.16 0 0.42 210.64 0.19 0.49
Hex 65 7C 94 20 10 0 2A D3 13 31
Octal 145 174 224 40 20 0 52 323 23 61
Binary 1100101 1111100 10010100 100000 10000 0 101010 11010011 10011 110001

Color Harmonies of #657C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657C94

Black with #657C94

Text Example


Text Example

White with #657C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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