#655EA4

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

Shades of Scampi #655EA4

Tints of Scampi #655EA4

Color information

#655EA4 (or 0x655EA4) is unknown color: approx Scampi. HEX triplet: 65, 5E and A4. RGB value is (101,94,164). Sum of RGB (Red+Green+Blue) = 101+94+164=359 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.13% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 164 (64.45% from 255 or 45.68% from 359); Max value from RGB is 164 - color contains mainly: blue. Hex color #655EA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655EA4 is #9AA15B. Grayscale: #676767. Windows color (decimal): -10133852 or 10772069. OLE color: 10772069.

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

Color convert

RGB10194164-
CMYK0.380.4300.36
HSL246º27.78%50.59%-
HSV(B)246º42.68%64.31%-
XYZ16.0713.4536.87-
YUV104.07161.82125.81-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.13%
GREEN value IS 94 (37.11% from 255) = 26.18%
BLUE value IS 164 (64.45% from 255) = 45.68%
R=28.13%
G=26.18%
B=45.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal101941640.380.4300.3624627.7850.59
Hex655EA4262B024f61c33
Octal14513624446530443663463
Binary110010110111101010010010011010101101001001111011011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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