#658299

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

Shades of Slate Grey #658299

Tints of Slate Grey #658299

Color information

#658299 (or 0x658299) is unknown color: approx Slate Grey. HEX triplet: 65, 82 and 99. RGB value is (101,130,153). Sum of RGB (Red+Green+Blue) = 101+130+153=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 130 (51.17% from 255 or 33.85% from 384); Blue value is 153 (60.16% from 255 or 39.84% from 384); Max value from RGB is 153 - color contains mainly: blue. Hex color #658299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658299 is #9A7D66. Grayscale: #7B7B7B. Windows color (decimal): -10124647 or 10060389. OLE color: 10060389.

HSL color Cylindrical-coordinate representation of color #658299: hue angle of 206.54º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #658299 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB101130153-
CMYK0.340.1500.4
HSL206.54º20.47%49.8%-
HSV(B)206.54º33.99%60%-
XYZ19.121.0333.19-
YUV123.95144.39111.63-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.30%
GREEN value IS 130 (51.17% from 255) = 33.85%
BLUE value IS 153 (60.16% from 255) = 39.84%
R=26.30%
G=33.85%
B=39.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1011301530.340.1500.4206.5420.4749.8
Hex65829922F028cf1432
Octal14520223142170503172462
Binary11001011000001010011001100010111101010001100111110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658299; }

 p { color: rgb(101,130,153); }

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

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

 a { background-color: rgb(101,130,153); }

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

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

 span { border-color: rgb(101,130,153); }

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