#6E59A5

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

Shades of Scampi #6E59A5

Tints of Scampi #6E59A5

Color information

#6E59A5 (or 0x6E59A5) is unknown color: approx Scampi. HEX triplet: 6E, 59 and A5. RGB value is (110,89,165). Sum of RGB (Red+Green+Blue) = 110+89+165=364 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.22% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 165 (64.84% from 255 or 45.33% from 364); Max value from RGB is 165 - color contains mainly: blue. Hex color #6E59A5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E59A5 is #91A65A. Grayscale: #676767. Windows color (decimal): -9545307 or 10836334. OLE color: 10836334.

HSL color Cylindrical-coordinate representation of color #6E59A5: hue angle of 256.58º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E59A5 is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11089165-
CMYK0.330.4600.35
HSL256.58º29.92%49.8%-
HSV(B)256.58º46.06%64.71%-
XYZ16.7913.1837.26-
YUV103.94162.46132.32-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.22%
GREEN value IS 89 (35.16% from 255) = 24.45%
BLUE value IS 165 (64.84% from 255) = 45.33%
R=30.22%
G=24.45%
B=45.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal110891650.330.4600.35256.5829.9249.8
Hex6E59A5212E0231011e32
Octal15613124541560434013662
Binary1101110101100110100101100001101110010001110000000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E59A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E59A5; }

 p { color: rgb(110,89,165); }

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

<style>
 a { background-color: #6E59A5; }

 a { background-color: rgb(110,89,165); }

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

<style>
 span { border-color: #6E59A5; }

 span { border-color: rgb(110,89,165); }

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