#648199

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

Shades of Slate Grey #648199

Tints of Slate Grey #648199

Color information

#648199 (or 0x648199) is unknown color: approx Slate Grey. HEX triplet: 64, 81 and 99. RGB value is (100,129,153). Sum of RGB (Red+Green+Blue) = 100+129+153=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 153 - color contains mainly: blue. Hex color #648199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648199 is #9B7E66. Grayscale: #7A7A7A. Windows color (decimal): -10190439 or 10060132. OLE color: 10060132.

HSL color Cylindrical-coordinate representation of color #648199: hue angle of 207.17º 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 #648199 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB100129153-
CMYK0.350.1600.4
HSL207.17º20.95%49.61%-
HSV(B)207.17º34.64%60%-
XYZ18.8620.7133.14-
YUV123.06144.89111.55-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.18%
GREEN value IS 129 (50.78% from 255) = 33.77%
BLUE value IS 153 (60.16% from 255) = 40.05%
R=26.18%
G=33.77%
B=40.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1001291530.350.1600.4207.1720.9549.61
Hex6481992310028cf1532
Octal14420123143200503172562
Binary110010010000001100110011000111000001010001100111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648199; }

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

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

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

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

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

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

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

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