#655FA4

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

Shades of Scampi #655FA4

Tints of Scampi #655FA4

Color information

#655FA4 (or 0x655FA4) is unknown color: approx Scampi. HEX triplet: 65, 5F and A4. RGB value is (101,95,164). Sum of RGB (Red+Green+Blue) = 101+95+164=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 95 (37.5% from 255 or 26.39% from 360); Blue value is 164 (64.45% from 255 or 45.56% from 360); Max value from RGB is 164 - color contains mainly: blue. Hex color #655FA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655FA4 is #9AA05B. Grayscale: #686868. Windows color (decimal): -10133596 or 10772325. OLE color: 10772325.

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

Color convert

RGB10195164-
CMYK0.380.4200.36
HSL245.22º27.49%50.78%-
HSV(B)245.22º42.07%64.31%-
XYZ16.1613.6336.9-
YUV104.66161.49125.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.06%
GREEN value IS 95 (37.5% from 255) = 26.39%
BLUE value IS 164 (64.45% from 255) = 45.56%
R=28.06%
G=26.39%
B=45.56%

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
Decimal101951640.380.4200.36245.2227.4950.78
Hex655FA4262A024f51b33
Octal14513724446520443653363
Binary110010110111111010010010011010101001001001111010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,95,164); }

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

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

 a { background-color: rgb(101,95,164); }

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

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

 span { border-color: rgb(101,95,164); }

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