#6D5E96

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

Shades of Scampi #6D5E96

Tints of Scampi #6D5E96

Color information

#6D5E96 (or 0x6D5E96) is unknown color: approx Scampi. HEX triplet: 6D, 5E and 96. RGB value is (109,94,150). Sum of RGB (Red+Green+Blue) = 109+94+150=353 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.88% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 150 - color contains mainly: blue. Hex color #6D5E96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5E96 is #92A169. Grayscale: #686868. Windows color (decimal): -9609578 or 9854573. OLE color: 9854573.

HSL color Cylindrical-coordinate representation of color #6D5E96: hue angle of 256.07º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6D5E96 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10994150-
CMYK0.270.3700.41
HSL256.07º22.95%47.84%-
HSV(B)256.07º37.33%58.82%-
XYZ15.8113.4630.62-
YUV104.87153.47130.95-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.88%
GREEN value IS 94 (37.11% from 255) = 26.63%
BLUE value IS 150 (58.98% from 255) = 42.49%
R=30.88%
G=26.63%
B=42.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal109941500.270.3700.41256.0722.9547.84
Hex6D5E961B250291001730
Octal15513622633450514002760
Binary110110110111101001011011011100101010100110000000010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,94,150); }

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

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

 a { background-color: rgb(109,94,150); }

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

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

 span { border-color: rgb(109,94,150); }

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