#6A3367

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

Shades of Seance #6A3367

Tints of Seance #6A3367

Color information

#6A3367 (or 0x6A3367) is unknown color: approx Seance. HEX triplet: 6A, 33 and 67. RGB value is (106,51,103). Sum of RGB (Red+Green+Blue) = 106+51+103=260 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.77% from 260); Green value is 51 (20.31% from 255 or 19.62% from 260); Blue value is 103 (40.62% from 255 or 39.62% from 260); Max value from RGB is 106 - color contains mainly: red. Hex color #6A3367 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A3367 is #95CC98. Grayscale: #494949. Windows color (decimal): -9817241 or 6763370. OLE color: 6763370.

HSL color Cylindrical-coordinate representation of color #6A3367: hue angle of 303.27º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A3367 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB10651103-
CMYK00.520.030.58
HSL303.27º35.03%30.78%-
HSV(B)303.27º51.89%41.57%-
XYZ9.586.4113.56-
YUV73.37144.72151.27-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40.77%
GREEN value IS 51 (20.31% from 255) = 19.62%
BLUE value IS 103 (40.62% from 255) = 39.62%
R=40.77%
G=19.62%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1065110300.520.030.58303.2735.0330.78
Hex6A336703433A12f231f
Octal152631470643724574337
Binary1101010110011110011101101001111101010010111110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A3367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,51,103); }

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

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

 a { background-color: rgb(106,51,103); }

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

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

 span { border-color: rgb(106,51,103); }

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