#6E6499

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

Shades of Scampi #6E6499

Tints of Scampi #6E6499

Color information

#6E6499 (or 0x6E6499) is unknown color: approx Scampi. HEX triplet: 6E, 64 and 99. RGB value is (110,100,153). Sum of RGB (Red+Green+Blue) = 110+100+153=363 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.30% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #6E6499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E6499 is #919B66. Grayscale: #6C6C6C. Windows color (decimal): -9542503 or 10052718. OLE color: 10052718.

HSL color Cylindrical-coordinate representation of color #6E6499: hue angle of 251.32º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6E6499 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB110100153-
CMYK0.280.3500.4
HSL251.32º20.95%49.61%-
HSV(B)251.32º34.64%60%-
XYZ16.7414.7332.1-
YUV109.03152.81128.69-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.30%
GREEN value IS 100 (39.45% from 255) = 27.55%
BLUE value IS 153 (60.16% from 255) = 42.15%
R=30.30%
G=27.55%
B=42.15%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1101001530.280.3500.4251.3220.9549.61
Hex6E64991C23028fb1532
Octal15614423134430503732562
Binary11011101100100100110011110010001101010001111101110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,100,153); }

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

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

 a { background-color: rgb(110,100,153); }

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

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

 span { border-color: rgb(110,100,153); }

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