#61569A

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

Shades of Scampi #61569A

Tints of Scampi #61569A

Color information

#61569A (or 0x61569A) is unknown color: approx Scampi. HEX triplet: 61, 56 and 9A. RGB value is (97,86,154). Sum of RGB (Red+Green+Blue) = 97+86+154=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 154 - color contains mainly: blue. Hex color #61569A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61569A is #9EA965. Grayscale: #606060. Windows color (decimal): -10398054 or 10114657. OLE color: 10114657.

HSL color Cylindrical-coordinate representation of color #61569A: hue angle of 249.71º 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 #61569A is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9786154-
CMYK0.370.4400.40
HSL249.71º28.33%47.06%-
HSV(B)249.71º44.16%60.39%-
XYZ14.0911.5332.05-
YUV97.04160.14127.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 28.78%
GREEN value IS 86 (33.98% from 255) = 25.52%
BLUE value IS 154 (60.55% from 255) = 45.70%
R=28.78%
G=25.52%
B=45.70%

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
Decimal97861540.370.4400.40249.7128.3347.06
Hex61569A252C028fa1c2f
Octal14112623245540503723457
Binary110000110101101001101010010110110001010001111101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61569A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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