#61589B

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

Shades of Scampi #61589B

Tints of Scampi #61589B

Color information

#61589B (or 0x61589B) is unknown color: approx Scampi. HEX triplet: 61, 58 and 9B. RGB value is (97,88,155). Sum of RGB (Red+Green+Blue) = 97+88+155=340 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.53% from 340); Green value is 88 (34.77% from 255 or 25.88% from 340); Blue value is 155 (60.94% from 255 or 45.59% from 340); Max value from RGB is 155 - color contains mainly: blue. Hex color #61589B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61589B is #9EA764. Grayscale: #626262. Windows color (decimal): -10397541 or 10180705. OLE color: 10180705.

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

Color convert

RGB9788155-
CMYK0.370.4300.39
HSL248.06º27.57%47.65%-
HSV(B)248.06º43.23%60.78%-
XYZ14.3411.8932.55-
YUV98.33159.98127.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.53%
GREEN value IS 88 (34.77% from 255) = 25.88%
BLUE value IS 155 (60.94% from 255) = 45.59%
R=28.53%
G=25.88%
B=45.59%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal97881550.370.4300.39248.0627.5747.65
Hex61589B252B027f81c30
Octal14113023345530473703460
Binary110000110110001001101110010110101101001111111100011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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