Html Css Color HEX #658097 Slate Grey

📋 copy color: '#658097'

red 101 ◦ green 128 ◦ blue 151

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

Shades of Slate Grey #658097

Tints of Slate Grey #658097

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.68%

 BLUE value IS 151 (59.38% from 255) = 39.74%

R = 26.58%
G = 33.68%
B = 39.74%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#658097 (or 0x658097) is known color: Slate Grey. HEX triplet: 65, 80 and 97. RGB value is (101,128,151). Sum of RGB (Red+Green+Blue) = 101+128+151=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 151 (59.38% from 255 or 39.74% from 380); Max value from RGB is 151 - color contains mainly: blue. Hex color #658097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658097 is #9A7F68. Grayscale: #7A7A7A. Windows color (decimal): -10125161 or 9928805. OLE color: 9928805.

HSL color Cylindrical-coordinate representation of color #658097: hue angle of 207.6º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #658097 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 101 128 151 -
CMYK 0.33 0.15 0 0.41
HSL 207.6º 0.2% 0.49% -
HSV(B) 207.6º 0.33% 0.59% -
XYZ 18.67 20.44 32.24 -
YUV 122.55 144.05 112.63 -
System Red Green Blue C M Y K H S L
Decimal 101 128 151 0.33 0.15 0 0.41 207.6 0.2 0.49
Hex 65 80 97 21 F 0 29 D0 14 31
Octal 145 200 227 41 17 0 51 320 24 61
Binary 1100101 10000000 10010111 100001 1111 0 101001 11010000 10100 110001

Color Harmonies of #658097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #658097

Black with #658097

Text Example


Text Example

White with #658097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #658097; }

 p { color: rgb(101,128,151); }

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

background-color css

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

 a { background-color: rgb(101,128,151); }

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

border-color css

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

 span { border-color: rgb(101,128,151); }

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