#6D6CA6

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

Shades of Scampi #6D6CA6

Tints of Scampi #6D6CA6

Color information

#6D6CA6 (or 0x6D6CA6) is unknown color: approx Scampi. HEX triplet: 6D, 6C and A6. RGB value is (109,108,166). Sum of RGB (Red+Green+Blue) = 109+108+166=383 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.46% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 166 (65.23% from 255 or 43.34% from 383); Max value from RGB is 166 - color contains mainly: blue. Hex color #6D6CA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6CA6 is #929359. Grayscale: #727272. Windows color (decimal): -9605978 or 10906733. OLE color: 10906733.

HSL color Cylindrical-coordinate representation of color #6D6CA6: hue angle of 241.03º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6D6CA6 is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB109108166-
CMYK0.340.3500.35
HSL241.03º24.58%53.73%-
HSV(B)241.03º34.94%65.1%-
XYZ18.5516.7338.33-
YUV114.91156.83123.78-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.46%
GREEN value IS 108 (42.58% from 255) = 28.20%
BLUE value IS 166 (65.23% from 255) = 43.34%
R=28.46%
G=28.20%
B=43.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1091081660.340.3500.35241.0324.5853.73
Hex6D6CA62223023f11936
Octal15515424642430433613166
Binary110110111011001010011010001010001101000111111000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,108,166); }

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

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

 a { background-color: rgb(109,108,166); }

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

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

 span { border-color: rgb(109,108,166); }

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