#615B9B

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

Shades of Scampi #615B9B

Tints of Scampi #615B9B

Color information

#615B9B (or 0x615B9B) is unknown color: approx Scampi. HEX triplet: 61, 5B and 9B. RGB value is (97,91,155). Sum of RGB (Red+Green+Blue) = 97+91+155=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #615B9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615B9B is #9EA464. Grayscale: #636363. Windows color (decimal): -10396773 or 10181473. OLE color: 10181473.

HSL color Cylindrical-coordinate representation of color #615B9B: hue angle of 245.62º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #615B9B is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9791155-
CMYK0.370.4100.39
HSL245.62º26.02%48.24%-
HSV(B)245.62º41.29%60.78%-
XYZ14.5912.3932.63-
YUV100.09158.99125.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.28%
GREEN value IS 91 (35.94% from 255) = 26.53%
BLUE value IS 155 (60.94% from 255) = 45.19%
R=28.28%
G=26.53%
B=45.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal97911550.370.4100.39245.6226.0248.24
Hex615B9B2529027f61a30
Octal14113323345510473663260
Binary110000110110111001101110010110100101001111111011011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615B9B; }

 p { color: rgb(97,91,155); }

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

<style>
 a { background-color: #615B9B; }

 a { background-color: rgb(97,91,155); }

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

<style>
 span { border-color: #615B9B; }

 span { border-color: rgb(97,91,155); }

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