#6F316B

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

Shades of Seance #6F316B

Tints of Seance #6F316B

Color information

#6F316B (or 0x6F316B) is unknown color: approx Seance. HEX triplet: 6F, 31 and 6B. RGB value is (111,49,107). Sum of RGB (Red+Green+Blue) = 111+49+107=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 107 (42.19% from 255 or 40.07% from 267); Max value from RGB is 111 - color contains mainly: red. Hex color #6F316B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F316B is #90CE94. Grayscale: #494949. Windows color (decimal): -9490069 or 7025007. OLE color: 7025007.

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

Color convert

RGB11149107-
CMYK00.560.040.56
HSL303.87º38.75%31.37%-
HSV(B)303.87º55.86%43.53%-
XYZ10.316.6414.65-
YUV74.15146.54154.28-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.57%
GREEN value IS 49 (19.53% from 255) = 18.35%
BLUE value IS 107 (42.19% from 255) = 40.07%
R=41.57%
G=18.35%
B=40.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1114910700.560.040.56303.8738.7531.37
Hex6F316B038438130271f
Octal157611530704704604737
Binary11011111100011101011011100010011100010011000010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F316B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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