#61559B

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

Shades of Scampi #61559B

Tints of Scampi #61559B

Color information

#61559B (or 0x61559B) is unknown color: approx Scampi. HEX triplet: 61, 55 and 9B. RGB value is (97,85,155). Sum of RGB (Red+Green+Blue) = 97+85+155=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 155 - color contains mainly: blue. Hex color #61559B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61559B is #9EAA64. Grayscale: #606060. Windows color (decimal): -10398309 or 10179937. OLE color: 10179937.

HSL color Cylindrical-coordinate representation of color #61559B: hue angle of 250.29º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #61559B is Cyan = 0.37, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9785155-
CMYK0.370.4500.39
HSL250.29º29.17%47.06%-
HSV(B)250.29º45.16%60.78%-
XYZ14.0911.432.47-
YUV96.57160.98128.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.78%
GREEN value IS 85 (33.59% from 255) = 25.22%
BLUE value IS 155 (60.94% from 255) = 45.99%
R=28.78%
G=25.22%
B=45.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal97851550.370.4500.39250.2929.1747.06
Hex61559B252D027fa1d2f
Octal14112523345550473723557
Binary110000110101011001101110010110110101001111111101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61559B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61559B; }

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

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

<style>
 a { background-color: #61559B; }

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

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

<style>
 span { border-color: #61559B; }

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

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