Html Css Color HEX #657F9D Slate Grey

📋 copy color: '#657F9D'

red 101 ◦ green 127 ◦ blue 157

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

Shades of Slate Grey #657F9D

Tints of Slate Grey #657F9D

RGB

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

 GREEN value IS 127 (50% from 255) = 32.99%

 BLUE value IS 157 (61.72% from 255) = 40.78%

R = 26.23%
G = 32.99%
B = 40.78%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#657F9D (or 0x657F9D) is known color: Slate Grey. HEX triplet: 65, 7F and 9D. RGB value is (101,127,157). Sum of RGB (Red+Green+Blue) = 101+127+157=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 127 (50% from 255 or 32.99% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #657F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657F9D is #9A8062. Grayscale: #7A7A7A. Windows color (decimal): -10125411 or 10321765. OLE color: 10321765.

HSL color Cylindrical-coordinate representation of color #657F9D: hue angle of 212.14º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #657F9D is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 101 127 157 -
CMYK 0.36 0.19 0 0.38
HSL 212.14º 0.22% 0.51% -
HSV(B) 212.14º 0.36% 0.62% -
XYZ 19.04 20.38 34.83 -
YUV 122.65 147.39 112.56 -
System Red Green Blue C M Y K H S L
Decimal 101 127 157 0.36 0.19 0 0.38 212.14 0.22 0.51
Hex 65 7F 9D 24 13 0 26 D4 16 33
Octal 145 177 235 44 23 0 46 324 26 63
Binary 1100101 1111111 10011101 100100 10011 0 100110 11010100 10110 110011

Color Harmonies of #657F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657F9D

Black with #657F9D

Text Example


Text Example

White with #657F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,127,157); }

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

background-color css

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

 a { background-color: rgb(101,127,157); }

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

border-color css

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

 span { border-color: rgb(101,127,157); }

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