#6E69AB

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

Shades of Scampi #6E69AB

Tints of Scampi #6E69AB

Color information

#6E69AB (or 0x6E69AB) is unknown color: approx Scampi. HEX triplet: 6E, 69 and AB. RGB value is (110,105,171). Sum of RGB (Red+Green+Blue) = 110+105+171=386 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.50% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E69AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E69AB is #919654. Grayscale: #717171. Windows color (decimal): -9541205 or 11233646. OLE color: 11233646.

HSL color Cylindrical-coordinate representation of color #6E69AB: hue angle of 244.55º degrees, saturation: 0.28, 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 #6E69AB is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB110105171-
CMYK0.360.3900.33
HSL244.55º28.21%54.12%-
HSV(B)244.55º38.6%67.06%-
XYZ18.8316.3640.69-
YUV114.02160.16125.13-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 28.50%
GREEN value IS 105 (41.41% from 255) = 27.20%
BLUE value IS 171 (67.19% from 255) = 44.30%
R=28.50%
G=27.20%
B=44.30%

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
Decimal1101051710.360.3900.33244.5528.2154.12
Hex6E69AB2427021f51c36
Octal15615125344470413653466
Binary110111011010011010101110010010011101000011111010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E69AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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