#6F346C

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

Shades of Seance #6F346C

Tints of Seance #6F346C

Color information

#6F346C (or 0x6F346C) is unknown color: approx Seance. HEX triplet: 6F, 34 and 6C. RGB value is (111,52,108). Sum of RGB (Red+Green+Blue) = 111+52+108=271 (35% of max value = 765). Red value is 111 (43.75% from 255 or 40.96% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 108 (42.58% from 255 or 39.85% from 271); Max value from RGB is 111 - color contains mainly: red. Hex color #6F346C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F346C is #90CB93. Grayscale: #4B4B4B. Windows color (decimal): -9489300 or 7091311. OLE color: 7091311.

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

Color convert

RGB11152108-
CMYK00.530.030.56
HSL303.05º36.2%31.96%-
HSV(B)303.05º53.15%43.53%-
XYZ10.496.9214.97-
YUV76.02146.05152.95-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 40.96%
GREEN value IS 52 (20.70% from 255) = 19.19%
BLUE value IS 108 (42.58% from 255) = 39.85%
R=40.96%
G=19.19%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1115210800.530.030.56303.0536.231.96
Hex6F346C03533812f2420
Octal157641540653704574440
Binary11011111101001101100011010111111000100101111100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F346C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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