#646197

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

Shades of Scampi #646197

Tints of Scampi #646197

Color information

#646197 (or 0x646197) is unknown color: approx Scampi. HEX triplet: 64, 61 and 97. RGB value is (100,97,151). Sum of RGB (Red+Green+Blue) = 100+97+151=348 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.74% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 151 (59.38% from 255 or 43.39% from 348); Max value from RGB is 151 - color contains mainly: blue. Hex color #646197 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646197 is #9B9E68. Grayscale: #676767. Windows color (decimal): -10198633 or 9920868. OLE color: 9920868.

HSL color Cylindrical-coordinate representation of color #646197: hue angle of 243.33º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #646197 is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10097151-
CMYK0.340.3600.41
HSL243.33º21.77%48.63%-
HSV(B)243.33º35.76%59.22%-
XYZ15.1213.4931.09-
YUV104.05154.49125.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.74%
GREEN value IS 97 (38.28% from 255) = 27.87%
BLUE value IS 151 (59.38% from 255) = 43.39%
R=28.74%
G=27.87%
B=43.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal100971510.340.3600.41243.3321.7748.63
Hex6461972224029f31631
Octal14414122742440513632661
Binary110010011000011001011110001010010001010011111001110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646197; }

 p { color: rgb(100,97,151); }

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

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

 a { background-color: rgb(100,97,151); }

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

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

 span { border-color: rgb(100,97,151); }

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