#6E649F

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

Shades of Scampi #6E649F

Tints of Scampi #6E649F

Color information

#6E649F (or 0x6E649F) is unknown color: approx Scampi. HEX triplet: 6E, 64 and 9F. RGB value is (110,100,159). Sum of RGB (Red+Green+Blue) = 110+100+159=369 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.81% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 159 - color contains mainly: blue. Hex color #6E649F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E649F is #919B60. Grayscale: #6D6D6D. Windows color (decimal): -9542497 or 10445934. OLE color: 10445934.

HSL color Cylindrical-coordinate representation of color #6E649F: hue angle of 250.17º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6E649F is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB110100159-
CMYK0.310.3700.38
HSL250.17º23.51%50.78%-
HSV(B)250.17º37.11%62.35%-
XYZ17.2514.9334.77-
YUV109.72155.81128.2-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 29.81%
GREEN value IS 100 (39.45% from 255) = 27.10%
BLUE value IS 159 (62.5% from 255) = 43.09%
R=29.81%
G=27.10%
B=43.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1101001590.310.3700.38250.1723.5150.78
Hex6E649F1F25026fa1833
Octal15614423737450463723063
Binary11011101100100100111111111110010101001101111101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E649F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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