#6E6AAC

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

Shades of Scampi #6E6AAC

Tints of Scampi #6E6AAC

Color information

#6E6AAC (or 0x6E6AAC) is unknown color: approx Scampi. HEX triplet: 6E, 6A and AC. RGB value is (110,106,172). Sum of RGB (Red+Green+Blue) = 110+106+172=388 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.35% from 388); Green value is 106 (41.80% from 255 or 27.32% from 388); Blue value is 172 (67.58% from 255 or 44.33% from 388); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E6AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6AAC is #919553. Grayscale: #727272. Windows color (decimal): -9540948 or 11299438. OLE color: 11299438.

HSL color Cylindrical-coordinate representation of color #6E6AAC: hue angle of 243.64º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6E6AAC is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB110106172-
CMYK0.360.3800.33
HSL243.64º28.45%54.51%-
HSV(B)243.64º38.37%67.45%-
XYZ19.0316.641.23-
YUV114.72160.33124.63-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.35%
GREEN value IS 106 (41.80% from 255) = 27.32%
BLUE value IS 172 (67.58% from 255) = 44.33%
R=28.35%
G=27.32%
B=44.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1101061720.360.3800.33243.6428.4554.51
Hex6E6AAC2426021f41c37
Octal15615225444460413643467
Binary110111011010101010110010010010011001000011111010011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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