#6F3B6A

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

Shades of Seance #6F3B6A

Tints of Seance #6F3B6A

Color information

#6F3B6A (or 0x6F3B6A) is unknown color: approx Seance. HEX triplet: 6F, 3B and 6A. RGB value is (111,59,106). Sum of RGB (Red+Green+Blue) = 111+59+106=276 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.22% from 276); Green value is 59 (23.44% from 255 or 21.38% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3B6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3B6A is #90C495. Grayscale: #4F4F4F. Windows color (decimal): -9487510 or 6962031. OLE color: 6962031.

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

Color convert

RGB11159106-
CMYK00.470.050.56
HSL305.77º30.59%33.33%-
HSV(B)305.77º46.85%43.53%-
XYZ10.727.5514.53-
YUV79.91142.73150.18-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.22%
GREEN value IS 59 (23.44% from 255) = 21.38%
BLUE value IS 106 (41.80% from 255) = 38.41%
R=40.22%
G=21.38%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1115910600.470.050.56305.7730.5933.33
Hex6F3B6A02F5381321f21
Octal157731520575704623741
Binary11011111110111101010010111110111100010011001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F3B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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