#6E68AC

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

Shades of Scampi #6E68AC

Tints of Scampi #6E68AC

Color information

#6E68AC (or 0x6E68AC) is unknown color: approx Scampi. HEX triplet: 6E, 68 and AC. RGB value is (110,104,172). Sum of RGB (Red+Green+Blue) = 110+104+172=386 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.50% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E68AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E68AC is #919753. Grayscale: #717171. Windows color (decimal): -9541460 or 11298926. OLE color: 11298926.

HSL color Cylindrical-coordinate representation of color #6E68AC: hue angle of 245.29º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6E68AC is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB110104172-
CMYK0.360.4000.33
HSL245.29º29.06%54.12%-
HSV(B)245.29º39.53%67.45%-
XYZ18.8316.1941.16-
YUV113.55160.99125.47-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.50%
GREEN value IS 104 (41.02% from 255) = 26.94%
BLUE value IS 172 (67.58% from 255) = 44.56%
R=28.50%
G=26.94%
B=44.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1101041720.360.4000.33245.2929.0654.12
Hex6E68AC2428021f51d36
Octal15615025444500413653566
Binary110111011010001010110010010010100001000011111010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E68AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,104,172); }

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

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

 a { background-color: rgb(110,104,172); }

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

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

 span { border-color: rgb(110,104,172); }

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