#6F2E73

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

Shades of Seance #6F2E73

Tints of Seance #6F2E73

Color information

#6F2E73 (or 0x6F2E73) is unknown color: approx Seance. HEX triplet: 6F, 2E and 73. RGB value is (111,46,115). Sum of RGB (Red+Green+Blue) = 111+46+115=272 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.81% from 272); Green value is 46 (18.36% from 255 or 16.91% from 272); Blue value is 115 (45.31% from 255 or 42.28% from 272); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F2E73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2E73 is #90D18C. Grayscale: #494949. Windows color (decimal): -9490829 or 7548527. OLE color: 7548527.

HSL color Cylindrical-coordinate representation of color #6F2E73: hue angle of 296.52º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F2E73 is Cyan = 0.03, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11146115-
CMYK0.030.600.55
HSL296.52º42.86%31.57%-
HSV(B)296.52º60%45.1%-
XYZ10.636.5716.93-
YUV73.3151.53154.89-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.81%
GREEN value IS 46 (18.36% from 255) = 16.91%
BLUE value IS 115 (45.31% from 255) = 42.28%
R=40.81%
G=16.91%
B=42.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111461150.030.600.55296.5242.8631.57
Hex6F2E7333C0371292b20
Octal157561633740674515340
Binary11011111011101110011111111000110111100101001101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,46,115); }

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

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

 a { background-color: rgb(111,46,115); }

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

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

 span { border-color: rgb(111,46,115); }

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