#6E599D

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

Shades of Scampi #6E599D

Tints of Scampi #6E599D

Color information

#6E599D (or 0x6E599D) is unknown color: approx Scampi. HEX triplet: 6E, 59 and 9D. RGB value is (110,89,157). Sum of RGB (Red+Green+Blue) = 110+89+157=356 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.90% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #6E599D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E599D is #91A662. Grayscale: #666666. Windows color (decimal): -9545315 or 10312046. OLE color: 10312046.

HSL color Cylindrical-coordinate representation of color #6E599D: hue angle of 258.53º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6E599D is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11089157-
CMYK0.300.4300.38
HSL258.53º27.64%48.24%-
HSV(B)258.53º43.31%61.57%-
XYZ16.0912.8933.54-
YUV103.03158.46132.97-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.90%
GREEN value IS 89 (35.16% from 255) = 25%
BLUE value IS 157 (61.72% from 255) = 44.10%
R=30.90%
G=25%
B=44.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal110891570.300.4300.38258.5327.6448.24
Hex6E599D1E2B0261031c30
Octal15613123536530464033460
Binary110111010110011001110111110101011010011010000001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E599D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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