#6E579E

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

Shades of Scampi #6E579E

Tints of Scampi #6E579E

Color information

#6E579E (or 0x6E579E) is unknown color: approx Scampi. HEX triplet: 6E, 57 and 9E. RGB value is (110,87,158). Sum of RGB (Red+Green+Blue) = 110+87+158=355 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.99% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 158 - color contains mainly: blue. Hex color #6E579E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E579E is #91A861. Grayscale: #656565. Windows color (decimal): -9545826 or 10377070. OLE color: 10377070.

HSL color Cylindrical-coordinate representation of color #6E579E: hue angle of 259.44º 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 #6E579E is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11087158-
CMYK0.300.4500.38
HSL259.44º28.98%48.04%-
HSV(B)259.44º44.94%61.96%-
XYZ16.0112.633.94-
YUV101.97159.62133.73-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.99%
GREEN value IS 87 (34.38% from 255) = 24.51%
BLUE value IS 158 (62.11% from 255) = 44.51%
R=30.99%
G=24.51%
B=44.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal110871580.300.4500.38259.4428.9848.04
Hex6E579E1E2D0261031d30
Octal15612723636550464033560
Binary110111010101111001111011110101101010011010000001111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E579E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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