#6E69AC

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

Shades of Scampi #6E69AC

Tints of Scampi #6E69AC

Color information

#6E69AC (or 0x6E69AC) is unknown color: approx Scampi. HEX triplet: 6E, 69 and AC. RGB value is (110,105,172). Sum of RGB (Red+Green+Blue) = 110+105+172=387 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.42% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #6E69AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E69AC is #919653. Grayscale: #717171. Windows color (decimal): -9541204 or 11299182. OLE color: 11299182.

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

Color convert

RGB110105172-
CMYK0.360.3900.33
HSL244.48º28.76%54.31%-
HSV(B)244.48º38.95%67.45%-
XYZ18.9316.441.2-
YUV114.13160.66125.05-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.42%
GREEN value IS 105 (41.41% from 255) = 27.13%
BLUE value IS 172 (67.58% from 255) = 44.44%
R=28.42%
G=27.13%
B=44.44%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1101051720.360.3900.33244.4828.7654.31
Hex6E69AC2427021f41d36
Octal15615125444470413643566
Binary110111011010011010110010010010011101000011111010011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E69AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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