#656297

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

Shades of Scampi #656297

Tints of Scampi #656297

Color information

#656297 (or 0x656297) is unknown color: approx Scampi. HEX triplet: 65, 62 and 97. RGB value is (101,98,151). Sum of RGB (Red+Green+Blue) = 101+98+151=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 151 (59.38% from 255 or 43.14% from 350); Max value from RGB is 151 - color contains mainly: blue. Hex color #656297 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #656297 is #9A9D68. Grayscale: #686868. Windows color (decimal): -10132841 or 9921125. OLE color: 9921125.

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

Color convert

RGB10198151-
CMYK0.330.3500.41
HSL243.4º21.29%48.82%-
HSV(B)243.4º35.1%59.22%-
XYZ15.3213.7431.12-
YUV104.94153.99125.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.86%
GREEN value IS 98 (38.67% from 255) = 28%
BLUE value IS 151 (59.38% from 255) = 43.14%
R=28.86%
G=28%
B=43.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal101981510.330.3500.41243.421.2948.82
Hex6562972123029f31531
Octal14514222741430513632561
Binary110010111000101001011110000110001101010011111001110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656297; }

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

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

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

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

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

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

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

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