#6E2379

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

Shades of Seance #6E2379

Tints of Seance #6E2379

Color information

#6E2379 (or 0x6E2379) is unknown color: approx Seance. HEX triplet: 6E, 23 and 79. RGB value is (110,35,121). Sum of RGB (Red+Green+Blue) = 110+35+121=266 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.35% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 121 (47.66% from 255 or 45.49% from 266); Max value from RGB is 121 - color contains mainly: blue. Hex color #6E2379 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E2379 is #91DC86. Grayscale: #424242. Windows color (decimal): -9559175 or 7938926. OLE color: 7938926.

HSL color Cylindrical-coordinate representation of color #6E2379: hue angle of 292.33º degrees, saturation: 0.55, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6E2379 is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11035121-
CMYK0.090.7100.53
HSL292.33º55.13%30.59%-
HSV(B)292.33º71.07%47.45%-
XYZ10.485.918.68-
YUV67.23158.35158.51-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 41.35%
GREEN value IS 35 (14.06% from 255) = 13.16%
BLUE value IS 121 (47.66% from 255) = 45.49%
R=41.35%
G=13.16%
B=45.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal110351210.090.7100.53292.3355.1330.59
Hex6E2379947035124371f
Octal15643171111070654446737
Binary1101110100011111100110011000111011010110010010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E2379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,35,121); }

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

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

 a { background-color: rgb(110,35,121); }

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

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

 span { border-color: rgb(110,35,121); }

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