Html Css Color HEX #657A93 Slate Grey

📋 copy color: '#657A93'

red 101 ◦ green 122 ◦ blue 147

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

Shades of Slate Grey #657A93

Tints of Slate Grey #657A93

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.97%

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

R = 27.3%
G = 32.97%
B = 39.73%

CMYK

 C value IS 0.31

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#657A93 (or 0x657A93) is known color: Slate Grey. HEX triplet: 65, 7A and 93. RGB value is (101,122,147). Sum of RGB (Red+Green+Blue) = 101+122+147=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 147 (57.81% from 255 or 39.73% from 370); Max value from RGB is 147 - color contains mainly: blue. Hex color #657A93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657A93 is #9A856C. Grayscale: #767676. Windows color (decimal): -10126701 or 9665125. OLE color: 9665125.

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

Color convert

RGB 101 122 147 -
CMYK 0.31 0.17 0 0.42
HSL 212.61º 0.19% 0.49% -
HSV(B) 212.61º 0.31% 0.58% -
XYZ 17.59 18.79 30.3 -
YUV 118.57 144.04 115.47 -
System Red Green Blue C M Y K H S L
Decimal 101 122 147 0.31 0.17 0 0.42 212.61 0.19 0.49
Hex 65 7A 93 1F 11 0 2A D5 13 31
Octal 145 172 223 37 21 0 52 325 23 61
Binary 1100101 1111010 10010011 11111 10001 0 101010 11010101 10011 110001

Color Harmonies of #657A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657A93

Black with #657A93

Text Example


Text Example

White with #657A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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