Html Css Color HEX #657B9B Slate Grey

📋 copy color: '#657B9B'

red 101 ◦ green 123 ◦ blue 155

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

Shades of Slate Grey #657B9B

Tints of Slate Grey #657B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.9%

R = 26.65%
G = 32.45%
B = 40.9%

CMYK

 C value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#657B9B (or 0x657B9B) is known color: Slate Grey. HEX triplet: 65, 7B and 9B. RGB value is (101,123,155). Sum of RGB (Red+Green+Blue) = 101+123+155=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 155 - color contains mainly: blue. Hex color #657B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657B9B is #9A8464. Grayscale: #777777. Windows color (decimal): -10126437 or 10189669. OLE color: 10189669.

HSL color Cylindrical-coordinate representation of color #657B9B: hue angle of 215.56º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #657B9B is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 101 123 155 -
CMYK 0.35 0.21 0 0.39
HSL 215.56º 0.21% 0.5% -
HSV(B) 215.56º 0.35% 0.61% -
XYZ 18.37 19.3 33.77 -
YUV 120.07 147.71 114.4 -
System Red Green Blue C M Y K H S L
Decimal 101 123 155 0.35 0.21 0 0.39 215.56 0.21 0.5
Hex 65 7B 9B 23 15 0 27 D8 15 32
Octal 145 173 233 43 25 0 47 330 25 62
Binary 1100101 1111011 10011011 100011 10101 0 100111 11011000 10101 110010

Color Harmonies of #657B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657B9B

Black with #657B9B

Text Example


Text Example

White with #657B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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