#6A316F

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

Shades of Seance #6A316F

Tints of Seance #6A316F

Color information

#6A316F (or 0x6A316F) is unknown color: approx Seance. HEX triplet: 6A, 31 and 6F. RGB value is (106,49,111). Sum of RGB (Red+Green+Blue) = 106+49+111=266 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.85% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 111 (43.75% from 255 or 41.73% from 266); Max value from RGB is 111 - color contains mainly: blue. Hex color #6A316F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A316F is #95CE90. Grayscale: #484848. Windows color (decimal): -9817745 or 7287146. OLE color: 7287146.

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

Color convert

RGB10649111-
CMYK0.050.5600.56
HSL295.16º38.75%31.37%-
HSV(B)295.16º55.86%43.53%-
XYZ9.916.4115.75-
YUV73.11149.38151.46-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 39.85%
GREEN value IS 49 (19.53% from 255) = 18.42%
BLUE value IS 111 (43.75% from 255) = 41.73%
R=39.85%
G=18.42%
B=41.73%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal106491110.050.5600.56295.1638.7531.37
Hex6A316F538038127271f
Octal152611575700704474737
Binary11010101100011101111101111000011100010010011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A316F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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