#6A346F

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

Shades of Seance #6A346F

Tints of Seance #6A346F

Color information

#6A346F (or 0x6A346F) is unknown color: approx Seance. HEX triplet: 6A, 34 and 6F. RGB value is (106,52,111). Sum of RGB (Red+Green+Blue) = 106+52+111=269 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.41% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 111 - color contains mainly: blue. Hex color #6A346F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A346F is #95CB90. Grayscale: #4A4A4A. Windows color (decimal): -9816977 or 7287914. OLE color: 7287914.

HSL color Cylindrical-coordinate representation of color #6A346F: hue angle of 294.92º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6A346F is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10652111-
CMYK0.050.5300.56
HSL294.92º36.2%31.96%-
HSV(B)294.92º53.15%43.53%-
XYZ10.046.6715.8-
YUV74.87148.39150.2-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.41%
GREEN value IS 52 (20.70% from 255) = 19.33%
BLUE value IS 111 (43.75% from 255) = 41.26%
R=39.41%
G=19.33%
B=41.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal106521110.050.5300.56294.9236.231.96
Hex6A346F5350381272420
Octal152641575650704474440
Binary110101011010011011111011101010111000100100111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A346F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,52,111); }

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

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

 a { background-color: rgb(106,52,111); }

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

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

 span { border-color: rgb(106,52,111); }

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