#615B98

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

Shades of Scampi #615B98

Tints of Scampi #615B98

Color information

#615B98 (or 0x615B98) is unknown color: approx Scampi. HEX triplet: 61, 5B and 98. RGB value is (97,91,152). Sum of RGB (Red+Green+Blue) = 97+91+152=340 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.53% from 340); Green value is 91 (35.94% from 255 or 26.76% from 340); Blue value is 152 (59.77% from 255 or 44.71% from 340); Max value from RGB is 152 - color contains mainly: blue. Hex color #615B98 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615B98 is #9EA467. Grayscale: #636363. Windows color (decimal): -10396776 or 9984865. OLE color: 9984865.

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

Color convert

RGB9791152-
CMYK0.360.4000.40
HSL245.9º25.1%47.65%-
HSV(B)245.9º40.13%59.61%-
XYZ14.3412.2931.32-
YUV99.75157.49126.04-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.53%
GREEN value IS 91 (35.94% from 255) = 26.76%
BLUE value IS 152 (59.77% from 255) = 44.71%
R=28.53%
G=26.76%
B=44.71%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal97911520.360.4000.40245.925.147.65
Hex615B982428028f61930
Octal14113323044500503663160
Binary110000110110111001100010010010100001010001111011011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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