#6A2373

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

Shades of Seance #6A2373

Tints of Seance #6A2373

Color information

#6A2373 (or 0x6A2373) is unknown color: approx Seance. HEX triplet: 6A, 23 and 73. RGB value is (106,35,115). Sum of RGB (Red+Green+Blue) = 106+35+115=256 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.41% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 115 - color contains mainly: blue. Hex color #6A2373 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A2373 is #95DC8C. Grayscale: #414141. Windows color (decimal): -9821325 or 7545706. OLE color: 7545706.

HSL color Cylindrical-coordinate representation of color #6A2373: hue angle of 293.25º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6A2373 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10635115-
CMYK0.080.7000.55
HSL293.25º53.33%29.41%-
HSV(B)293.25º69.57%45.1%-
XYZ9.645.516.77-
YUV65.35156.02157-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.41%
GREEN value IS 35 (14.06% from 255) = 13.67%
BLUE value IS 115 (45.31% from 255) = 44.92%
R=41.41%
G=13.67%
B=44.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal106351150.080.7000.55293.2553.3329.41
Hex6A2373846037125351d
Octal15243163101060674456535
Binary1101010100011111001110001000110011011110010010111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A2373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,35,115); }

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

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

 a { background-color: rgb(106,35,115); }

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

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

 span { border-color: rgb(106,35,115); }

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