#6D6C8C

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

Shades of Scampi #6D6C8C

Tints of Scampi #6D6C8C

Color information

#6D6C8C (or 0x6D6C8C) is unknown color: approx Scampi. HEX triplet: 6D, 6C and 8C. RGB value is (109,108,140). Sum of RGB (Red+Green+Blue) = 109+108+140=357 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.53% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 140 - color contains mainly: blue. Hex color #6D6C8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6C8C is #929373. Grayscale: #6F6F6F. Windows color (decimal): -9606004 or 9202797. OLE color: 9202797.

HSL color Cylindrical-coordinate representation of color #6D6C8C: hue angle of 241.88º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6D6C8C is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB109108140-
CMYK0.220.2300.45
HSL241.88º12.9%48.63%-
HSV(B)241.88º22.86%54.9%-
XYZ16.415.8727.01-
YUV111.95143.83125.9-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.53%
GREEN value IS 108 (42.58% from 255) = 30.25%
BLUE value IS 140 (55.08% from 255) = 39.22%
R=30.53%
G=30.25%
B=39.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1091081400.220.2300.45241.8812.948.63
Hex6D6C8C161702Df2d31
Octal15515421426270553621561
Binary110110111011001000110010110101110101101111100101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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