Html Css Color HEX #657B93 Slate Grey

📋 copy color: '#657B93'

red 101 ◦ green 123 ◦ blue 147

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

Shades of Slate Grey #657B93

Tints of Slate Grey #657B93

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.15%

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

R = 27.22%
G = 33.15%
B = 39.62%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#657B93 (or 0x657B93) is known color: Slate Grey. HEX triplet: 65, 7B and 93. RGB value is (101,123,147). Sum of RGB (Red+Green+Blue) = 101+123+147=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 123 (48.44% from 255 or 33.15% from 371); Blue value is 147 (57.81% from 255 or 39.62% from 371); Max value from RGB is 147 - color contains mainly: blue. Hex color #657B93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657B93 is #9A846C. Grayscale: #777777. Windows color (decimal): -10126445 or 9665381. OLE color: 9665381.

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

Color convert

RGB 101 123 147 -
CMYK 0.31 0.16 0 0.42
HSL 211.3º 0.19% 0.49% -
HSV(B) 211.3º 0.31% 0.58% -
XYZ 17.72 19.04 30.34 -
YUV 119.16 143.71 115.05 -
System Red Green Blue C M Y K H S L
Decimal 101 123 147 0.31 0.16 0 0.42 211.3 0.19 0.49
Hex 65 7B 93 1F 10 0 2A D3 13 31
Octal 145 173 223 37 20 0 52 323 23 61
Binary 1100101 1111011 10010011 11111 10000 0 101010 11010011 10011 110001

Color Harmonies of #657B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657B93

Black with #657B93

Text Example


Text Example

White with #657B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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