#6D66A6

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

Shades of Scampi #6D66A6

Tints of Scampi #6D66A6

Color information

#6D66A6 (or 0x6D66A6) is unknown color: approx Scampi. HEX triplet: 6D, 66 and A6. RGB value is (109,102,166). Sum of RGB (Red+Green+Blue) = 109+102+166=377 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.91% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 166 (65.23% from 255 or 44.03% from 377); Max value from RGB is 166 - color contains mainly: blue. Hex color #6D66A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D66A6 is #929959. Grayscale: #6F6F6F. Windows color (decimal): -9607514 or 10905197. OLE color: 10905197.

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

Color convert

RGB109102166-
CMYK0.340.3900.35
HSL246.56º26.45%52.55%-
HSV(B)246.56º38.55%65.1%-
XYZ17.9415.5138.12-
YUV111.39158.82126.3-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.91%
GREEN value IS 102 (40.23% from 255) = 27.06%
BLUE value IS 166 (65.23% from 255) = 44.03%
R=28.91%
G=27.06%
B=44.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1091021660.340.3900.35246.5626.4552.55
Hex6D66A62227023f71a35
Octal15514624642470433673265
Binary110110111001101010011010001010011101000111111011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D66A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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