Html Css Color HEX #657994 Slate Grey

📋 copy color: '#657994'

red 101 ◦ green 121 ◦ blue 148

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

Shades of Slate Grey #657994

Tints of Slate Grey #657994

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.7%

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

R = 27.3%
G = 32.7%
B = 40%

CMYK

 C value IS 0.32

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#657994 (or 0x657994) is known color: Slate Grey. HEX triplet: 65, 79 and 94. RGB value is (101,121,148). Sum of RGB (Red+Green+Blue) = 101+121+148=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 121 (47.66% from 255 or 32.70% from 370); Blue value is 148 (58.20% from 255 or 40% from 370); Max value from RGB is 148 - color contains mainly: blue. Hex color #657994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657994 is #9A866B. Grayscale: #757575. Windows color (decimal): -10126956 or 9730405. OLE color: 9730405.

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

Color convert

RGB 101 121 148 -
CMYK 0.32 0.18 0 0.42
HSL 214.47º 0.19% 0.49% -
HSV(B) 214.47º 0.32% 0.58% -
XYZ 17.55 18.58 30.68 -
YUV 118.1 144.87 115.8 -
System Red Green Blue C M Y K H S L
Decimal 101 121 148 0.32 0.18 0 0.42 214.47 0.19 0.49
Hex 65 79 94 20 12 0 2A D6 13 31
Octal 145 171 224 40 22 0 52 326 23 61
Binary 1100101 1111001 10010100 100000 10010 0 101010 11010110 10011 110001

Color Harmonies of #657994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657994

Black with #657994

Text Example


Text Example

White with #657994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657994; }

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

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

background-color css

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

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

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

border-color css

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

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

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