#655BA2

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

Shades of Scampi #655BA2

Tints of Scampi #655BA2

Color information

#655BA2 (or 0x655BA2) is unknown color: approx Scampi. HEX triplet: 65, 5B and A2. RGB value is (101,91,162). Sum of RGB (Red+Green+Blue) = 101+91+162=354 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.53% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 162 (63.67% from 255 or 45.76% from 354); Max value from RGB is 162 - color contains mainly: blue. Hex color #655BA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655BA2 is #9AA45D. Grayscale: #656565. Windows color (decimal): -10134622 or 10640229. OLE color: 10640229.

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

Color convert

RGB10191162-
CMYK0.380.4400.36
HSL248.45º28.06%49.61%-
HSV(B)248.45º43.83%63.53%-
XYZ15.6312.8635.84-
YUV102.08161.81127.23-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.53%
GREEN value IS 91 (35.94% from 255) = 25.71%
BLUE value IS 162 (63.67% from 255) = 45.76%
R=28.53%
G=25.71%
B=45.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal101911620.380.4400.36248.4528.0649.61
Hex655BA2262C024f81c32
Octal14513324246540443703462
Binary110010110110111010001010011010110001001001111100011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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