#655EA2

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

Shades of Scampi #655EA2

Tints of Scampi #655EA2

Color information

#655EA2 (or 0x655EA2) is unknown color: approx Scampi. HEX triplet: 65, 5E and A2. RGB value is (101,94,162). Sum of RGB (Red+Green+Blue) = 101+94+162=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 162 (63.67% from 255 or 45.38% from 357); Max value from RGB is 162 - color contains mainly: blue. Hex color #655EA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655EA2 is #9AA15D. Grayscale: #676767. Windows color (decimal): -10133854 or 10640997. OLE color: 10640997.

HSL color Cylindrical-coordinate representation of color #655EA2: hue angle of 246.18º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #655EA2 is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10194162-
CMYK0.380.4200.36
HSL246.18º26.77%50.2%-
HSV(B)246.18º41.98%63.53%-
XYZ15.8913.3835.93-
YUV103.84160.82125.97-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.29%
GREEN value IS 94 (37.11% from 255) = 26.33%
BLUE value IS 162 (63.67% from 255) = 45.38%
R=28.29%
G=26.33%
B=45.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal101941620.380.4200.36246.1826.7750.2
Hex655EA2262A024f61b32
Octal14513624246520443663362
Binary110010110111101010001010011010101001001001111011011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655EA2; }

 p { color: rgb(101,94,162); }

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

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

 a { background-color: rgb(101,94,162); }

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

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

 span { border-color: rgb(101,94,162); }

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