#658095

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

Shades of Slate Grey #658095

Tints of Slate Grey #658095

Color information

#658095 (or 0x658095) is unknown color: approx Slate Grey. HEX triplet: 65, 80 and 95. RGB value is (101,128,149). Sum of RGB (Red+Green+Blue) = 101+128+149=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 149 - color contains mainly: blue. Hex color #658095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658095 is #9A7F6A. Grayscale: #7A7A7A. Windows color (decimal): -10125163 or 9797733. OLE color: 9797733.

HSL color Cylindrical-coordinate representation of color #658095: hue angle of 206.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #658095 is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB101128149-
CMYK0.320.1400.42
HSL206.25º19.2%49.02%-
HSV(B)206.25º32.21%58.43%-
XYZ18.5120.3731.39-
YUV122.32143.05112.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.72%
GREEN value IS 128 (50.39% from 255) = 33.86%
BLUE value IS 149 (58.59% from 255) = 39.42%
R=26.72%
G=33.86%
B=39.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1011281490.320.1400.42206.2519.249.02
Hex65809520E02Ace1331
Octal14520022540160523162361
Binary11001011000000010010101100000111001010101100111010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658095; }

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

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

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

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

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

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

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

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