#646195

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

Shades of Scampi #646195

Tints of Scampi #646195

Color information

#646195 (or 0x646195) is unknown color: approx Scampi. HEX triplet: 64, 61 and 95. RGB value is (100,97,149). Sum of RGB (Red+Green+Blue) = 100+97+149=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #646195 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646195 is #9B9E6A. Grayscale: #676767. Windows color (decimal): -10198635 or 9789796. OLE color: 9789796.

HSL color Cylindrical-coordinate representation of color #646195: hue angle of 243.46º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #646195 is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10097149-
CMYK0.330.3500.42
HSL243.46º21.14%48.24%-
HSV(B)243.46º34.9%58.43%-
XYZ14.9613.4330.24-
YUV103.82153.49125.27-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.90%
GREEN value IS 97 (38.28% from 255) = 28.03%
BLUE value IS 149 (58.59% from 255) = 43.06%
R=28.90%
G=28.03%
B=43.06%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100971490.330.3500.42243.4621.1448.24
Hex646195212302Af31530
Octal14414122541430523632560
Binary110010011000011001010110000110001101010101111001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646195; }

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

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

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

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

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

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

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

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