#6F2473

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

Shades of Seance #6F2473

Tints of Seance #6F2473

Color information

#6F2473 (or 0x6F2473) is unknown color: approx Seance. HEX triplet: 6F, 24 and 73. RGB value is (111,36,115). Sum of RGB (Red+Green+Blue) = 111+36+115=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 115 (45.31% from 255 or 43.89% from 262); Max value from RGB is 115 - color contains mainly: blue. Hex color #6F2473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F2473 is #90DB8C. Grayscale: #434343. Windows color (decimal): -9493389 or 7545967. OLE color: 7545967.

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

Color convert

RGB11136115-
CMYK0.030.6900.55
HSL296.96º52.32%29.61%-
HSV(B)296.96º68.7%45.1%-
XYZ10.285.8816.81-
YUV67.43154.85159.08-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 42.37%
GREEN value IS 36 (14.45% from 255) = 13.74%
BLUE value IS 115 (45.31% from 255) = 43.89%
R=42.37%
G=13.74%
B=43.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal111361150.030.6900.55296.9652.3229.61
Hex6F2473345037129341e
Octal1574416331050674516436
Binary11011111001001110011111000101011011110010100111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F2473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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