#646693

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

Shades of Scampi #646693

Tints of Scampi #646693

Color information

#646693 (or 0x646693) is unknown color: approx Scampi. HEX triplet: 64, 66 and 93. RGB value is (100,102,147). Sum of RGB (Red+Green+Blue) = 100+102+147=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 147 - color contains mainly: blue. Hex color #646693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646693 is #9B996C. Grayscale: #6A6A6A. Windows color (decimal): -10197357 or 9660004. OLE color: 9660004.

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

Color convert

RGB100102147-
CMYK0.320.3100.42
HSL237.45º19.03%48.43%-
HSV(B)237.45º31.97%57.65%-
XYZ15.2714.3229.56-
YUV106.53150.84123.34-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.65%
GREEN value IS 102 (40.23% from 255) = 29.23%
BLUE value IS 147 (57.81% from 255) = 42.12%
R=28.65%
G=29.23%
B=42.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001021470.320.3100.42237.4519.0348.43
Hex646693201F02Aed1330
Octal14414622340370523552360
Binary11001001100110100100111000001111101010101110110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646693; }

 p { color: rgb(100,102,147); }

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

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

 a { background-color: rgb(100,102,147); }

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

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

 span { border-color: rgb(100,102,147); }

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