#6F346A

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

Shades of Seance #6F346A

Tints of Seance #6F346A

Color information

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

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

Color convert

RGB11152106-
CMYK00.530.050.56
HSL305.08º36.2%31.96%-
HSV(B)305.08º53.15%43.53%-
XYZ10.396.8814.42-
YUV75.8145.05153.11-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1115210600.530.050.56305.0836.231.96
Hex6F346A0355381312420
Octal157641520655704614440
Binary110111111010011010100110101101111000100110001100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F346A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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