#615B99

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

Shades of Scampi #615B99

Tints of Scampi #615B99

Color information

#615B99 (or 0x615B99) is unknown color: approx Scampi. HEX triplet: 61, 5B and 99. RGB value is (97,91,153). Sum of RGB (Red+Green+Blue) = 97+91+153=341 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.45% from 341); Green value is 91 (35.94% from 255 or 26.69% from 341); Blue value is 153 (60.16% from 255 or 44.87% from 341); Max value from RGB is 153 - color contains mainly: blue. Hex color #615B99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615B99 is #9EA466. Grayscale: #636363. Windows color (decimal): -10396775 or 10050401. OLE color: 10050401.

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

Color convert

RGB9791153-
CMYK0.370.4100.4
HSL245.81º25.41%47.84%-
HSV(B)245.81º40.52%60%-
XYZ14.4212.3231.76-
YUV99.86157.99125.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.45%
GREEN value IS 91 (35.94% from 255) = 26.69%
BLUE value IS 153 (60.16% from 255) = 44.87%
R=28.45%
G=26.69%
B=44.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal97911530.370.4100.4245.8125.4147.84
Hex615B992529028f61930
Octal14113323145510503663160
Binary110000110110111001100110010110100101010001111011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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