#6D6896

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

Shades of Scampi #6D6896

Tints of Scampi #6D6896

Color information

#6D6896 (or 0x6D6896) is unknown color: approx Scampi. HEX triplet: 6D, 68 and 96. RGB value is (109,104,150). Sum of RGB (Red+Green+Blue) = 109+104+150=363 (48% of max value = 765). Red value is 109 (42.97% from 255 or 30.03% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 150 - color contains mainly: blue. Hex color #6D6896 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6896 is #929769. Grayscale: #6E6E6E. Windows color (decimal): -9607018 or 9857133. OLE color: 9857133.

HSL color Cylindrical-coordinate representation of color #6D6896: hue angle of 246.52º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D6896 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB109104150-
CMYK0.270.3100.41
HSL246.52º18.11%49.8%-
HSV(B)246.52º30.67%58.82%-
XYZ16.7615.3530.93-
YUV110.74150.16126.76-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.03%
GREEN value IS 104 (41.02% from 255) = 28.65%
BLUE value IS 150 (58.98% from 255) = 41.32%
R=30.03%
G=28.65%
B=41.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1091041500.270.3100.41246.5218.1149.8
Hex6D68961B1F029f71232
Octal15515022633370513672262
Binary1101101110100010010110110111111101010011111011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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