#6D689E

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

Shades of Scampi #6D689E

Tints of Scampi #6D689E

Color information

#6D689E (or 0x6D689E) is unknown color: approx Scampi. HEX triplet: 6D, 68 and 9E. RGB value is (109,104,158). Sum of RGB (Red+Green+Blue) = 109+104+158=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 158 - color contains mainly: blue. Hex color #6D689E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D689E is #929761. Grayscale: #6F6F6F. Windows color (decimal): -9607010 or 10381421. OLE color: 10381421.

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

Color convert

RGB109104158-
CMYK0.310.3400.38
HSL245.56º21.77%51.37%-
HSV(B)245.56º34.18%61.96%-
XYZ17.4315.6234.44-
YUV111.65154.16126.11-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.38%
GREEN value IS 104 (41.02% from 255) = 28.03%
BLUE value IS 158 (62.11% from 255) = 42.59%
R=29.38%
G=28.03%
B=42.59%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1091041580.310.3400.38245.5621.7751.37
Hex6D689E1F22026f61633
Octal15515023637420463662663
Binary11011011101000100111101111110001001001101111011010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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