#655E9B

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

Shades of Scampi #655E9B

Tints of Scampi #655E9B

Color information

#655E9B (or 0x655E9B) is unknown color: approx Scampi. HEX triplet: 65, 5E and 9B. RGB value is (101,94,155). Sum of RGB (Red+Green+Blue) = 101+94+155=350 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.86% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 155 - color contains mainly: blue. Hex color #655E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655E9B is #9AA164. Grayscale: #666666. Windows color (decimal): -10133861 or 10182245. OLE color: 10182245.

HSL color Cylindrical-coordinate representation of color #655E9B: hue angle of 246.89º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #655E9B is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10194155-
CMYK0.350.3900.39
HSL246.89º24.5%48.82%-
HSV(B)246.89º39.35%60.78%-
XYZ15.2913.1432.74-
YUV103.05157.32126.54-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.86%
GREEN value IS 94 (37.11% from 255) = 26.86%
BLUE value IS 155 (60.94% from 255) = 44.29%
R=28.86%
G=26.86%
B=44.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal101941550.350.3900.39246.8924.548.82
Hex655E9B2327027f71831
Octal14513623343470473673061
Binary110010110111101001101110001110011101001111111011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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