#6F326B

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

Shades of Seance #6F326B

Tints of Seance #6F326B

Color information

#6F326B (or 0x6F326B) is unknown color: approx Seance. HEX triplet: 6F, 32 and 6B. RGB value is (111,50,107). Sum of RGB (Red+Green+Blue) = 111+50+107=268 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.42% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 111 - color contains mainly: red. Hex color #6F326B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F326B is #90CD94. Grayscale: #4A4A4A. Windows color (decimal): -9489813 or 7025263. OLE color: 7025263.

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

Color convert

RGB11150107-
CMYK00.550.040.56
HSL303.93º37.89%31.57%-
HSV(B)303.93º54.95%43.53%-
XYZ10.356.7214.66-
YUV74.74146.21153.87-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 41.42%
GREEN value IS 50 (19.92% from 255) = 18.66%
BLUE value IS 107 (42.19% from 255) = 39.93%
R=41.42%
G=18.66%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1115010700.550.040.56303.9337.8931.57
Hex6F326B0374381302620
Octal157621530674704604640
Binary110111111001011010110110111100111000100110000100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F326B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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