#6D66A4

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

Shades of Scampi #6D66A4

Tints of Scampi #6D66A4

Color information

#6D66A4 (or 0x6D66A4) is unknown color: approx Scampi. HEX triplet: 6D, 66 and A4. RGB value is (109,102,164). Sum of RGB (Red+Green+Blue) = 109+102+164=375 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.07% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 164 (64.45% from 255 or 43.73% from 375); Max value from RGB is 164 - color contains mainly: blue. Hex color #6D66A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D66A4 is #92995B. Grayscale: #6E6E6E. Windows color (decimal): -9607516 or 10774125. OLE color: 10774125.

HSL color Cylindrical-coordinate representation of color #6D66A4: hue angle of 246.77º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6D66A4 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB109102164-
CMYK0.340.3800.36
HSL246.77º25.41%52.16%-
HSV(B)246.77º37.8%64.31%-
XYZ17.7615.4337.17-
YUV111.16157.82126.46-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 29.07%
GREEN value IS 102 (40.23% from 255) = 27.2%
BLUE value IS 164 (64.45% from 255) = 43.73%
R=29.07%
G=27.2%
B=43.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1091021640.340.3800.36246.7725.4152.16
Hex6D66A42226024f71934
Octal15514624442460443673164
Binary110110111001101010010010001010011001001001111011111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D66A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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