#646297

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

Shades of Scampi #646297

Tints of Scampi #646297

Color information

#646297 (or 0x646297) is unknown color: approx Scampi. HEX triplet: 64, 62 and 97. RGB value is (100,98,151). Sum of RGB (Red+Green+Blue) = 100+98+151=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 98 (38.67% from 255 or 28.08% from 349); Blue value is 151 (59.38% from 255 or 43.27% from 349); Max value from RGB is 151 - color contains mainly: blue. Hex color #646297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646297 is #9B9D68. Grayscale: #686868. Windows color (decimal): -10198377 or 9921124. OLE color: 9921124.

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

Color convert

RGB10098151-
CMYK0.340.3500.41
HSL242.26º21.29%48.82%-
HSV(B)242.26º35.1%59.22%-
XYZ15.2113.6831.12-
YUV104.64154.16124.69-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.65%
GREEN value IS 98 (38.67% from 255) = 28.08%
BLUE value IS 151 (59.38% from 255) = 43.27%
R=28.65%
G=28.08%
B=43.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal100981510.340.3500.41242.2621.2948.82
Hex6462972223029f21531
Octal14414222742430513622561
Binary110010011000101001011110001010001101010011111001010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646297; }

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

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

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

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

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

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

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

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