#658197

Color #658197 Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #658197

Tints of Slate Grey #658197

Color information

#658197 (or 0x658197) is unknown color: approx Slate Grey. HEX triplet: 65, 81 and 97. RGB value is (101,129,151). Sum of RGB (Red+Green+Blue) = 101+129+151=381 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.51% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 151 (59.38% from 255 or 39.63% from 381); Max value from RGB is 151 - color contains mainly: blue. Hex color #658197 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658197 is #9A7E68. Grayscale: #7B7B7B. Windows color (decimal): -10124905 or 9929061. OLE color: 9929061.

HSL color Cylindrical-coordinate representation of color #658197: hue angle of 206.4º 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 #658197 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB101129151-
CMYK0.330.1500.41
HSL206.4º19.84%49.41%-
HSV(B)206.4º33.11%59.22%-
XYZ18.820.732.28-
YUV123.14143.72112.21-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.51%
GREEN value IS 129 (50.78% from 255) = 33.86%
BLUE value IS 151 (59.38% from 255) = 39.63%
R=26.51%
G=33.86%
B=39.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1011291510.330.1500.41206.419.8449.41
Hex65819721F029ce1431
Octal14520122741170513162461
Binary11001011000000110010111100001111101010011100111010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658197; }

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

 H1.HeaderClassName
 {
   color: #658197;
 }
 .AnyTagClassName
 {
   color: #658197;
 }
</style>
background-color css

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

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

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

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

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

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