#61579A

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

Shades of Scampi #61579A

Tints of Scampi #61579A

Color information

#61579A (or 0x61579A) is unknown color: approx Scampi. HEX triplet: 61, 57 and 9A. RGB value is (97,87,154). Sum of RGB (Red+Green+Blue) = 97+87+154=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 154 (60.55% from 255 or 45.56% from 338); Max value from RGB is 154 - color contains mainly: blue. Hex color #61579A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61579A is #9EA865. Grayscale: #616161. Windows color (decimal): -10397798 or 10114913. OLE color: 10114913.

HSL color Cylindrical-coordinate representation of color #61579A: hue angle of 248.96º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #61579A is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9787154-
CMYK0.370.4400.40
HSL248.96º27.8%47.25%-
HSV(B)248.96º43.51%60.39%-
XYZ14.1711.6932.08-
YUV97.63159.81127.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.70%
GREEN value IS 87 (34.38% from 255) = 25.74%
BLUE value IS 154 (60.55% from 255) = 45.56%
R=28.70%
G=25.74%
B=45.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal97871540.370.4400.40248.9627.847.25
Hex61579A252C028f91c2f
Octal14112723245540503713457
Binary110000110101111001101010010110110001010001111100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61579A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61579A; }

 p { color: rgb(97,87,154); }

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

<style>
 a { background-color: #61579A; }

 a { background-color: rgb(97,87,154); }

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

<style>
 span { border-color: #61579A; }

 span { border-color: rgb(97,87,154); }

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