#6E6AAB

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

Shades of Scampi #6E6AAB

Tints of Scampi #6E6AAB

Color information

#6E6AAB (or 0x6E6AAB) is unknown color: approx Scampi. HEX triplet: 6E, 6A and AB. RGB value is (110,106,171). Sum of RGB (Red+Green+Blue) = 110+106+171=387 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.42% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E6AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6AAB is #919554. Grayscale: #727272. Windows color (decimal): -9540949 or 11233902. OLE color: 11233902.

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

Color convert

RGB110106171-
CMYK0.360.3800.33
HSL243.69º27.9%54.31%-
HSV(B)243.69º38.01%67.06%-
XYZ18.9416.5640.73-
YUV114.61159.83124.71-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.42%
GREEN value IS 106 (41.80% from 255) = 27.39%
BLUE value IS 171 (67.19% from 255) = 44.19%
R=28.42%
G=27.39%
B=44.19%

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
Decimal1101061710.360.3800.33243.6927.954.31
Hex6E6AAB2426021f41c36
Octal15615225344460413643466
Binary110111011010101010101110010010011001000011111010011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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