#6D5D9E

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

Shades of Scampi #6D5D9E

Tints of Scampi #6D5D9E

Color information

#6D5D9E (or 0x6D5D9E) is unknown color: approx Scampi. HEX triplet: 6D, 5D and 9E. RGB value is (109,93,158). Sum of RGB (Red+Green+Blue) = 109+93+158=360 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.28% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 158 - color contains mainly: blue. Hex color #6D5D9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D5D9E is #92A261. Grayscale: #686868. Windows color (decimal): -9609826 or 10378605. OLE color: 10378605.

HSL color Cylindrical-coordinate representation of color #6D5D9E: hue angle of 254.77º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6D5D9E is Cyan = 0.31, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10993158-
CMYK0.310.4100.38
HSL254.77º25.9%49.22%-
HSV(B)254.77º41.14%61.96%-
XYZ16.3913.5534.1-
YUV105.19157.8130.71-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.28%
GREEN value IS 93 (36.72% from 255) = 25.83%
BLUE value IS 158 (62.11% from 255) = 43.89%
R=30.28%
G=25.83%
B=43.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal109931580.310.4100.38254.7725.949.22
Hex6D5D9E1F29026ff1a31
Octal15513523637510463773261
Binary11011011011101100111101111110100101001101111111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,93,158); }

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

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

 a { background-color: rgb(109,93,158); }

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

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

 span { border-color: rgb(109,93,158); }

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