#6A336E

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

Shades of Seance #6A336E

Tints of Seance #6A336E

Color information

#6A336E (or 0x6A336E) is unknown color: approx Seance. HEX triplet: 6A, 33 and 6E. RGB value is (106,51,110). Sum of RGB (Red+Green+Blue) = 106+51+110=267 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.70% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 110 (43.36% from 255 or 41.20% from 267); Max value from RGB is 110 - color contains mainly: blue. Hex color #6A336E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A336E is #95CC91. Grayscale: #494949. Windows color (decimal): -9817234 or 7222122. OLE color: 7222122.

HSL color Cylindrical-coordinate representation of color #6A336E: hue angle of 295.93º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A336E is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10651110-
CMYK0.040.5400.57
HSL295.93º36.65%31.57%-
HSV(B)295.93º53.64%43.14%-
XYZ9.946.5615.49-
YUV74.17148.22150.7-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.70%
GREEN value IS 51 (20.31% from 255) = 19.10%
BLUE value IS 110 (43.36% from 255) = 41.20%
R=39.70%
G=19.10%
B=41.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal106511100.040.5400.57295.9336.6531.57
Hex6A336E4360391282520
Octal152631564660714504540
Binary110101011001111011101001101100111001100101000100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A336E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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