Html Css Color HEX #657993 Slate Grey

📋 copy color: '#657993'

red 101 ◦ green 121 ◦ blue 147

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

Shades of Slate Grey #657993

Tints of Slate Grey #657993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.84%

R = 27.37%
G = 32.79%
B = 39.84%

CMYK

 C value IS 0.31

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#657993 (or 0x657993) is known color: Slate Grey. HEX triplet: 65, 79 and 93. RGB value is (101,121,147). Sum of RGB (Red+Green+Blue) = 101+121+147=369 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.37% from 369); Green value is 121 (47.66% from 255 or 32.79% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 147 - color contains mainly: blue. Hex color #657993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657993 is #9A866C. Grayscale: #757575. Windows color (decimal): -10126957 or 9664869. OLE color: 9664869.

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

Color convert

RGB 101 121 147 -
CMYK 0.31 0.18 0 0.42
HSL 213.91º 0.19% 0.49% -
HSV(B) 213.91º 0.31% 0.58% -
XYZ 17.47 18.55 30.26 -
YUV 117.98 144.37 115.89 -
System Red Green Blue C M Y K H S L
Decimal 101 121 147 0.31 0.18 0 0.42 213.91 0.19 0.49
Hex 65 79 93 1F 12 0 2A D6 13 31
Octal 145 171 223 37 22 0 52 326 23 61
Binary 1100101 1111001 10010011 11111 10010 0 101010 11010110 10011 110001

Color Harmonies of #657993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657993

Black with #657993

Text Example


Text Example

White with #657993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657993; }

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

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

background-color css

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

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

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

border-color css

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

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

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