#6E579F

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

Shades of Scampi #6E579F

Tints of Scampi #6E579F

Color information

#6E579F (or 0x6E579F) is unknown color: approx Scampi. HEX triplet: 6E, 57 and 9F. RGB value is (110,87,159). Sum of RGB (Red+Green+Blue) = 110+87+159=356 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.90% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 159 (62.5% from 255 or 44.66% from 356); Max value from RGB is 159 - color contains mainly: blue. Hex color #6E579F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E579F is #91A860. Grayscale: #656565. Windows color (decimal): -9545825 or 10442606. OLE color: 10442606.

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

Color convert

RGB11087159-
CMYK0.310.4500.38
HSL259.17º29.27%48.24%-
HSV(B)259.17º45.28%62.35%-
XYZ16.112.6334.39-
YUV102.08160.12133.65-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.90%
GREEN value IS 87 (34.38% from 255) = 24.44%
BLUE value IS 159 (62.5% from 255) = 44.66%
R=30.90%
G=24.44%
B=44.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal110871590.310.4500.38259.1729.2748.24
Hex6E579F1F2D0261031d30
Octal15612723737550464033560
Binary110111010101111001111111111101101010011010000001111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E579F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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