Html Css Color HEX #657890 Slate Grey

📋 copy color: '#657890'

red 101 ◦ green 120 ◦ blue 144

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

Shades of Slate Grey #657890

Tints of Slate Grey #657890

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.88%

 BLUE value IS 144 (56.64% from 255) = 39.45%

R = 27.67%
G = 32.88%
B = 39.45%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#657890 (or 0x657890) is known color: Slate Grey. HEX triplet: 65, 78 and 90. RGB value is (101,120,144). Sum of RGB (Red+Green+Blue) = 101+120+144=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 144 - color contains mainly: blue. Hex color #657890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #657890 is #9A876F. Grayscale: #747474. Windows color (decimal): -10127216 or 9468005. OLE color: 9468005.

HSL color Cylindrical-coordinate representation of color #657890: hue angle of 213.49º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #657890 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 101 120 144 -
CMYK 0.30 0.17 0 0.44
HSL 213.49º 0.18% 0.48% -
HSV(B) 213.49º 0.3% 0.56% -
XYZ 17.12 18.21 29 -
YUV 117.06 143.21 116.55 -
System Red Green Blue C M Y K H S L
Decimal 101 120 144 0.30 0.17 0 0.44 213.49 0.18 0.48
Hex 65 78 90 1E 11 0 2C D5 12 30
Octal 145 170 220 36 21 0 54 325 22 60
Binary 1100101 1111000 10010000 11110 10001 0 101100 11010101 10010 110000

Color Harmonies of #657890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657890

Black with #657890

Text Example


Text Example

White with #657890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657890; }

 p { color: rgb(101,120,144); }

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

background-color css

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

 a { background-color: rgb(101,120,144); }

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

border-color css

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

 span { border-color: rgb(101,120,144); }

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