#6F316D

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

Shades of Seance #6F316D

Tints of Seance #6F316D

Color information

#6F316D (or 0x6F316D) is unknown color: approx Seance. HEX triplet: 6F, 31 and 6D. RGB value is (111,49,109). Sum of RGB (Red+Green+Blue) = 111+49+109=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 49 (19.53% from 255 or 18.22% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 111 - color contains mainly: red. Hex color #6F316D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F316D is #90CE92. Grayscale: #4A4A4A. Windows color (decimal): -9490067 or 7156079. OLE color: 7156079.

HSL color Cylindrical-coordinate representation of color #6F316D: hue angle of 301.94º 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 #6F316D is Cyan = 0, Magento = 0.56, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB11149109-
CMYK00.560.020.56
HSL301.94º38.75%31.37%-
HSV(B)301.94º55.86%43.53%-
XYZ10.416.6815.21-
YUV74.38147.54154.12-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.26%
GREEN value IS 49 (19.53% from 255) = 18.22%
BLUE value IS 109 (42.97% from 255) = 40.52%
R=41.26%
G=18.22%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.02
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1114910900.560.020.56301.9438.7531.37
Hex6F316D03823812e271f
Octal157611550702704564737
Binary1101111110001110110101110001011100010010111010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F316D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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