#6D6A9B

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

Shades of Scampi #6D6A9B

Tints of Scampi #6D6A9B

Color information

#6D6A9B (or 0x6D6A9B) is unknown color: approx Scampi. HEX triplet: 6D, 6A and 9B. RGB value is (109,106,155). Sum of RGB (Red+Green+Blue) = 109+106+155=370 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.46% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 155 (60.94% from 255 or 41.89% from 370); Max value from RGB is 155 - color contains mainly: blue. Hex color #6D6A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6A9B is #929564. Grayscale: #707070. Windows color (decimal): -9606501 or 10185325. OLE color: 10185325.

HSL color Cylindrical-coordinate representation of color #6D6A9B: hue angle of 243.67º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6D6A9B is Cyan = 0.30, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB109106155-
CMYK0.300.3200.39
HSL243.67º19.68%51.18%-
HSV(B)243.67º31.61%60.78%-
XYZ17.3815.9333.17-
YUV112.48151.99125.52-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.46%
GREEN value IS 106 (41.80% from 255) = 28.65%
BLUE value IS 155 (60.94% from 255) = 41.89%
R=29.46%
G=28.65%
B=41.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1091061550.300.3200.39243.6719.6851.18
Hex6D6A9B1E20027f41433
Octal15515223336400473642463
Binary11011011101010100110111111010000001001111111010010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,106,155); }

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

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

 a { background-color: rgb(109,106,155); }

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

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

 span { border-color: rgb(109,106,155); }

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