#658096

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

Shades of Slate Grey #658096

Tints of Slate Grey #658096

Color information

#658096 (or 0x658096) is unknown color: approx Slate Grey. HEX triplet: 65, 80 and 96. RGB value is (101,128,150). Sum of RGB (Red+Green+Blue) = 101+128+150=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 150 (58.98% from 255 or 39.58% from 379); Max value from RGB is 150 - color contains mainly: blue. Hex color #658096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658096 is #9A7F69. Grayscale: #7A7A7A. Windows color (decimal): -10125162 or 9863269. OLE color: 9863269.

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

Color convert

RGB101128150-
CMYK0.330.1500.41
HSL206.94º19.52%49.22%-
HSV(B)206.94º32.67%58.82%-
XYZ18.5920.4131.81-
YUV122.44143.55112.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.65%
GREEN value IS 128 (50.39% from 255) = 33.77%
BLUE value IS 150 (58.98% from 255) = 39.58%
R=26.65%
G=33.77%
B=39.58%

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
Decimal1011281500.330.1500.41206.9419.5249.22
Hex65809621F029cf1431
Octal14520022641170513172461
Binary11001011000000010010110100001111101010011100111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658096; }

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

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

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

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

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

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

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

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