#6E1673

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

Shades of Seance #6E1673

Tints of Seance #6E1673

Color information

#6E1673 (or 0x6E1673) is unknown color: approx Seance. HEX triplet: 6E, 16 and 73. RGB value is (110,22,115). Sum of RGB (Red+Green+Blue) = 110+22+115=247 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.53% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #6E1673 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6E1673 is #91E98C. Grayscale: #3A3A3A. Windows color (decimal): -9562509 or 7542382. OLE color: 7542382.

HSL color Cylindrical-coordinate representation of color #6E1673: hue angle of 296.77º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6E1673 is Cyan = 0.04, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11022115-
CMYK0.040.8100.55
HSL296.77º67.88%26.86%-
HSV(B)296.77º80.87%45.1%-
XYZ9.815.1316.69-
YUV58.91159.65164.44-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 44.53%
GREEN value IS 22 (8.98% from 255) = 8.91%
BLUE value IS 115 (45.31% from 255) = 46.56%
R=44.53%
G=8.91%
B=46.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal110221150.040.8100.55296.7767.8826.86
Hex6E1673451037129441b
Octal15626163412106745110433
Binary110111010110111001110010100010110111100101001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E1673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,22,115); }

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

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

 a { background-color: rgb(110,22,115); }

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

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

 span { border-color: rgb(110,22,115); }

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