#648299

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

Shades of Slate Grey #648299

Tints of Slate Grey #648299

Color information

#648299 (or 0x648299) is unknown color: approx Slate Grey. HEX triplet: 64, 82 and 99. RGB value is (100,130,153). Sum of RGB (Red+Green+Blue) = 100+130+153=383 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.11% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 153 - color contains mainly: blue. Hex color #648299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648299 is #9B7D66. Grayscale: #7B7B7B. Windows color (decimal): -10190183 or 10060388. OLE color: 10060388.

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

Color convert

RGB100130153-
CMYK0.350.1500.4
HSL206.04º20.95%49.61%-
HSV(B)206.04º34.64%60%-
XYZ18.9920.9733.18-
YUV123.65144.56111.13-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.11%
GREEN value IS 130 (51.17% from 255) = 33.94%
BLUE value IS 153 (60.16% from 255) = 39.95%
R=26.11%
G=33.94%
B=39.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1001301530.350.1500.4206.0420.9549.61
Hex64829923F028ce1532
Octal14420223143170503162562
Binary11001001000001010011001100011111101010001100111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648299; }

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

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

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

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

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

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

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

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